A291017 p-INVERT of (1,1,1,1,1,...), where p(S) = 1 - 5 S + S^2.
5, 29, 168, 973, 5635, 32634, 188993, 1094513, 6338640, 36708889, 212591743, 1231179978, 7130117645, 41292563669, 239137122168, 1384911909493, 8020423511275, 46448581212474, 268997103908393, 1557839658871433, 9021897884741280, 52248407581088929
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -7)
Programs
Formula
G.f.: (5 - 6 x)/(1 - 7 x + 7 x^2).
a(n) = 7*a(n-1) - 7*a(n-2) n >= 3.
Comments