OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
G.f.: (1 + 161045*x + 3117810*x^2 + 6540290*x^3 + 2121805*x^4 + 59049*x^5)/(1-x)^6. - Bruno Berselli, Jul 30 2011
PROG
(Magma) [(10*n+1)^5: n in [0..20]]; // Vincenzo Librandi, Jul 30 2011
(PARI) for(n=0, 19, print1((10*n+1)^5", ")); \\ Bruno Berselli, Jul 30 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Bruno Berselli, Jul 30 2011
STATUS
approved