OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..600
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = A155955(n,4) for n > 3. - Reinhard Zumkeller, Jan 31 2009
From Elmo R. Oliveira, Nov 27 2025: (Start)
G.f.: 256*x*(1 + x)*(1 + 10*x + x^2)/(1-x)^5.
E.g.f.: 256*x*(1 + 7*x + 6*x^2 + x^3)*exp(x).
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). (End)
MATHEMATICA
(4*Range[0, 30])^4 (* Paolo Xausa, Dec 11 2025 *)
PROG
(Magma) [(4*n)^4: n in [0..40]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=n^4<<8 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
