OFFSET
1,3
LINKS
Bruno Berselli, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
a(n) = ((n^7-(n-1)^7)-(n^3-(n-1)^3))/120.
G.f.: x^2*(1+10*x+20*x^2+10*x^3+x^4)/(1-x)^7. - Bruno Berselli, Feb 13 2012
MATHEMATICA
Table[((n^7 - (n - 1)^7) - (n^3 - (n - 1)^3))/120, {n, 31}] (* Bruno Berselli, Feb 13 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Xavier Acloque, Jun 01 2003
EXTENSIONS
More terms from David Wasserman, Oct 26 2004
Offset changed (according to the formula) from Bruno Berselli, Feb 13 2012
STATUS
approved