OFFSET
1,3
LINKS
Bruno Berselli, Table of n, a(n) for n = 1..1000
X. Acloque, Polynexus Numbers and other mathematical wonders [broken link]
Index entries for linear recurrences with constant coefficients, signature (16,-120,560,-1820,4368,-8008,11440,-12870,11440,-8008,4368,-1820,560,-120,16,-1).
FORMULA
a(n) = ((n^16-(n-1)^16)-(n^4-(n-1)^4))/65520 = ((n^16-(n-1)^16)-(n^4-(n-1)^4))/(2^16-2^4).
G.f.: x^2*(1+x)*(1+639*x+53880*x^2+1249283*x^3+10687767*x^4+38266494*x^5+59151072*x^6+38266494*x^7+10687767*x^8+1249283*x^9+53880*x^10+639*x^11+x^12)/(1-x)^16. - Bruno Berselli, Feb 08 2012
MATHEMATICA
Table[((n^16 - (n - 1)^16) - (n^4 - (n - 1)^4))/65520, {n, 20}] (* Bruno Berselli, Feb 08 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Xavier Acloque, Oct 21 2003
EXTENSIONS
First term added according to the formula from Bruno Berselli, Feb 08 2012
STATUS
approved