(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences (OEIS)
login

Revision History for A024001

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = 1 - n^3.
(history; published version)
#19 by Michael De Vlieger at Fri Apr 05 20:09:27 EDT 2024
STATUS

proposed

approved

#18 by Jon E. Schoenfield at Fri Apr 05 19:01:07 EDT 2024
STATUS

editing

proposed

#17 by Jon E. Schoenfield at Fri Apr 05 19:00:58 EDT 2024
NAME

a(n) = 1 - n^3.

STATUS

approved

editing

#16 by Charles R Greathouse IV at Thu Sep 08 08:44:48 EDT 2022
PROG

(MAGMAMagma) [1-n^3: n in [0..50]]; // Vincenzo Librandi, Apr 29 2011

Discussion
Thu Sep 08
08:44
OEIS Server: https://oeis.org/edit/global/2944
#15 by N. J. A. Sloane at Fri May 12 00:17:26 EDT 2017
STATUS

proposed

approved

#14 by G. C. Greubel at Thu May 11 22:50:13 EDT 2017
STATUS

editing

proposed

#13 by G. C. Greubel at Thu May 11 22:49:38 EDT 2017
LINKS

<a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).

FORMULA

From G. C. Greubel, May 11 2017: (Start)

a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).

G.f.: (1 - 4*x - x^2 - 2*x^3)/(1 - x)^4.

E.g.f.: (1 - x - 3*x^2 - x^3)*exp(x). (End)

MATHEMATICA

CoefficientList[Series[(1 - 4*x - x^2 - 2*x^3)/(1 - x)^4, {x, 0, 50}], x] (* G. C. Greubel, May 11 2017 *)

PROG

(PARI) x='x+O('x^50); Vec((1 - 4*x - x^2 - 2*x^3)/(1 - x)^4) \\ G. C. Greubel, May 11 2017

AUTHOR
STATUS

approved

editing

#12 by Bruno Berselli at Fri Jun 12 09:16:20 EDT 2015
STATUS

editing

approved

#11 by Bruno Berselli at Fri Jun 12 09:15:59 EDT 2015
NAME

a(n) = 1-n^3.

MATHEMATICA

Table[1 - n^3, {n, 0, 50}] (* Bruno Berselli, Jun 12 2015 *)

PROG

(MAGMA) [1-n^3: n in [0..50]]; // _Vincenzo Librandi, _, Apr 29 2011

(Maxima) A024001(n):=1-n^3$ makelist(A024001(n), n, 0, 30); /* _Martin Ettl_, Nov 05 2012 */

makelist(A024001(n), n, 0, 30); /* Martin Ettl, Nov 05 2012 */

KEYWORD

sign,easy

STATUS

approved

editing

#10 by T. D. Noe at Mon Nov 05 12:24:26 EST 2012
STATUS

proposed

approved