OFFSET
0,1
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 5*a(n-1)-10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5), with a(0)=256, a(1)=65536, a(2)=614656, a(3)=2560000, a(4)=7311616. - Harvey P. Dale, Mar 08 2013
From Stefano Spezia, Feb 23 2026: (Start)
G.f.: 256*(1 + 251*x + 1131*x^2 + 545*x^3 + 16*x^4)/(1 - x)^5.
E.g.f.: 256*exp(x)*(1 + 255*x + 945*x^2 + 594*x^3 + 81*x^4). (End)
MATHEMATICA
(12*Range[0, 30]+4)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {256, 65536, 614656, 2560000, 7311616}, 30] (* Harvey P. Dale, Mar 08 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
