OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
FORMULA
G.f.: (1 + 19487163*x + 1645191201*x^2 + 13649546515*x^3 + 23992558635*x^4 + 10232825529*x^5 + 855607987*x^6 + 4782969*x^7)/(1-x)^8. - Bruno Berselli, Jul 30 2011
PROG
(Magma) [(10*n+1)^7: n in [0..20]]; // Vincenzo Librandi, Jul 30 2011
(PARI) for(n=0, 15, print1((10*n+1)^7", ")); \\ Bruno Berselli, Jul 30 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Bruno Berselli, Jul 30 2011
STATUS
approved