A291027 p-INVERT of the positive integers, where p(S) = 1 - 5*S + S^2.
5, 34, 226, 1501, 9968, 66195, 439582, 2919134, 19385099, 128730656, 854861845, 5676882210, 37698479330, 250344342349, 1662462010576, 11039913707011, 73312769785118, 486848208799710, 3233013554202907, 21469477452590144, 142572387761274149, 946780646936461346
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (9, -17, 9, -1)
Programs
Formula
G.f.: (5 - 11 x + 5 x^2)/(1 - 9 x + 17 x^2 - 9 x^3 + x^4).
a(n) = 9*a(n-1) - 17*a(n-2) + 9*a(n-3) - a(n-4).
Comments