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!)
A079414 a(n) = 4*n^4 - 3*n^2. 4
1, 52, 297, 976, 2425, 5076, 9457, 16192, 26001, 39700, 58201, 82512, 113737, 153076, 201825, 261376, 333217, 418932, 520201, 638800, 776601, 935572, 1117777, 1325376, 1560625, 1825876, 2123577, 2456272, 2826601, 3237300 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n *Sum_{k=0..n-1} (-1)^k * (2*n-2*k-1)^3.
a(n+1) = (n+1) * ((2n+1)^3 - a(n)/n).
From G. C. Greubel, Jan 19 2019: (Start)
G.f.: x*(1 +47*x +47*x^2 +x^3)/(1-x)^5.
E.g.f.: x*(1 +25*x +24*x^2 +4*x^3)*exp(x). (End)
MATHEMATICA
Table[4*n^4-3*n^2, {n, 1, 40}] (* G. C. Greubel, Jan 19 2019 *)
PROG
(PARI) vector(40, n, 4*n^4-3*n^2) \\ G. C. Greubel, Jan 19 2019
(Magma) [4*n^4-3*n^2: n in [1..40]]; // G. C. Greubel, Jan 19 2019
(Sage) [4*n^4-3*n^2 for n in (1..40)] # G. C. Greubel, Jan 19 2019
(GAP) List([1..40], n -> 4*n^4-3*n^2); # G. C. Greubel, Jan 19 2019
CROSSREFS
Cf. A193250 (first differences).
Sequence in context: A230533 A235654 A118328 * A270769 A281396 A232903
KEYWORD
nonn,easy
AUTHOR
Kit Vongmahadlek (kit119(AT)yahoo.com), Jan 07 2003
EXTENSIONS
Edited by Don Reble, Nov 02 2005
STATUS
approved

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 23 14:50 EDT 2024. Contains 372763 sequences. (Running on oeis4.)