A291018 p-INVERT of (1,1,1,1,1,...), where p(S) = 1 - 6 S + S^2.
6, 41, 280, 1912, 13056, 89152, 608768, 4156928, 28385280, 193826816, 1323532288, 9037643776, 61712891904, 421401985024, 2877512744960, 19648886079488, 134170986676224, 916176804773888, 6256046544781312, 42718957920059392, 291703291002224640
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (8, -8)
Programs
Formula
G.f.: (6 - 7 x)/(1 - 8 x + 8 x^2).
a(n) = 8*a(n-1) - 8*a(n-2) n >= 3.
Comments