OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
G.f.: (1 + 14636*x + 121286*x^2 + 97516*x^3 + 6561*x^4)/(1-x)^5. - Bruno Berselli, Jul 30 2011
MATHEMATICA
(10*Range[0, 30]+1)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {1, 14641, 194481, 923521, 2825761}, 30] (* Harvey P. Dale, Dec 13 2013 *)
PROG
(Magma) [(10*n+1)^4: n in [0..30]]; // Vincenzo Librandi, Jul 30 2011
(PARI) for(n=0, 22, print1((10*n+1)^4", ")); \\ Bruno Berselli, Jul 30 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Bruno Berselli, Jul 30 2011
STATUS
approved