The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153258 n^3 - (n+2)^2. 2

%I #10 Jun 17 2017 02:59:30

%S -4,-8,-8,2,28,76,152,262,412,608,856,1162,1532,1972,2488,3086,3772,

%T 4552,5432,6418,7516,8732,10072,11542,13148,14896,16792,18842,21052,

%U 23428,25976,28702,31612,34712,38008,41506,45212,49132,53272,57638

%N n^3 - (n+2)^2.

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

%F G.f.: 2*x*(x^3+4*x-2)/(x-1)^4. [_Colin Barker_, Oct 08 2012]

%t a[n_] := n^3-(n+2)^2; lst={}; Do[AppendTo[lst, a[n]], {n, 0, 5!}]; lst

%Y Cf. A045991, A081437, A069778, A153257

%K sign,easy

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Dec 22 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 06:19 EDT 2024. Contains 372703 sequences. (Running on oeis4.)