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!)
A180354 a(n) = n^4 + 4*n. 5
0, 5, 24, 93, 272, 645, 1320, 2429, 4128, 6597, 10040, 14685, 20784, 28613, 38472, 50685, 65600, 83589, 105048, 130397, 160080, 194565, 234344, 279933, 331872, 390725, 457080, 531549, 614768, 707397, 810120, 923645, 1048704, 1186053 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Chai Wah Wu, Oct 15 2016: (Start)
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n > 4.
G.f.: x*(3*x^3 - 23*x^2 + x - 5)/(x - 1)^5. (End)
MATHEMATICA
Table[n^4+4n, {n, 0, 40}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 5, 24, 93, 272}, 40] (* Harvey P. Dale, Jun 12 2017 *)
PROG
(PARI) a(n) = n^4 + 4*n; \\ Michel Marcus, Jan 11 2014
CROSSREFS
Cf. A079908.
Sequence in context: A066316 A271458 A301526 * A212349 A268370 A087095
KEYWORD
easy,nonn
AUTHOR
Odimar Fabeny, Aug 30 2010
EXTENSIONS
a(0) corrected by R. J. Mathar, Sep 19 2010
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 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)