OFFSET
0,2
COMMENTS
The third derivative of the sum of 5th powers: A000539. - Gregory R. Bryant, Jun 14 2013
REFERENCES
T. P. Martin, Shells of atoms, Phys. Reports, 273 (1996), 199-241, eq. (14).
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = 20*n^3 + 30*n^2 + 10*n.
G.f.: 60*x * (1 + x)/(1 - x)^4. - Colin Barker, Mar 01 2012
MATHEMATICA
Table[20n^3 + 30n^2 + 10n, {n, 0, 50}] (* David Nacin, Mar 01 2012 *)
PROG
(PARI) a(n) = { 20*n^3 + 30*n^2 + 10*n } \\ Harry J. Smith, Aug 23 2009
(Magma) [20*n^3 + 30*n^2 + 10*n : n in [0..50]]; // Wesley Ivan Hurt, May 03 2021
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
N. J. A. Sloane, Aug 01 2001
STATUS
approved