OFFSET
0,1
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..10000
Scott R. Shannon, Illustration for a(1) = 9
Scott R. Shannon, Illustration for a(2) = 82
Scott R. Shannon, Illustration for a(3) = 475
Scott R. Shannon, Illustration for a(5) = 4249
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(n) = 4 + 4*n + (3/2)*n^2 - 9*n^3 + (17/2)*n^4.
From Stefano Spezia, Jan 03 2026: (Start)
G.f.: (4 - 11*x + 77*x^2 + 115*x^3 + 19*x^4)/(1 - x)^5.
E.g.f.: exp(x)*(8 + 10*x + 68*x^2 + 84*x^3 + 17*x^4)/2. (End)
MATHEMATICA
LinearRecurrence[{5, -10, 10, -5, 1}, {4, 9, 82, 475, 1644}, 50] (* Paolo Xausa, Jan 03 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Scott R. Shannon and N. J. A. Sloane, Jan 02 2026
STATUS
approved
