A291380 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - S^5.
0, 0, 0, 0, 1, 5, 10, 10, 5, 2, 10, 45, 120, 210, 253, 225, 225, 500, 1375, 3005, 5025, 6625, 7575, 9850, 18508, 40150, 78275, 128375, 180625, 237888, 345090, 607105, 1163155, 2109140, 3426771, 5056055, 7237835, 11059960, 18816930, 33638409, 58293475
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 1, 5, 10, 10, 5, 1)
Programs
Formula
G.f.: -((x^4 (1 + x)^5)/((-1 + x + x^2) (1 + x + 2 x^2 + 3 x^3 + 5 x^4 + 7 x^5 + 7 x^6 + 4 x^7 + x^8))).
a(n) = a(n-5) + 5*a(n-6) + 10*a(n-7) + 10*a(n-8) + 5*a(n-9) + a(n-10) for n >= 11.
Comments