A291245 p-INVERT of (0,1,0,1,0,1,...), where p(S) = 1 - 5 S + S^2.
5, 24, 120, 599, 2990, 14925, 74500, 371876, 1856265, 9265776, 46251265, 230868900, 1152410620, 5752399899, 28713814350, 143328549649, 715442152480, 3571217840400, 17826174791885, 88981552487776, 444162405876285, 2217091490069376, 11066885918992400
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (5,1,-5,-1)
Programs
Formula
G.f.: (5 - x - 5*x^2)/(1 - 5*x - x^2 + 5*x^3 + x^4).
a(n) = 5*a(n-1) + a(n-2) - 5*a(n-3) - a(n-4) for n >= 5.
Comments