OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 30*n^4 + 120*n^3 + 210*n^2 + 180*n + 62.
G.f.: 2*(31 + 146*x + 156*x^2 + 26*x^3 + x^4)/(1 - x)^5. [Bruno Berselli, Feb 25 2015]
MATHEMATICA
Differences[Table[(n + 1)^6 - n^6, {n, 0, 30}]] (* Harvey P. Dale, Dec 27 2011 *)
PROG
(Magma) [30*n^4+120*n^3+210*n^2+180*n+62: n in [0..30]]; // Bruno Berselli, Feb 25 2015
KEYWORD
nonn,easy
AUTHOR
Eli McGowan (ejmcgowa(AT)mail.lakeheadu.ca), Mar 26 2002
EXTENSIONS
Offset changed from 1 to 0 and added a(0)=62 by Bruno Berselli, Feb 25 2015
STATUS
approved