A291236 p-INVERT of (0,1,0,1,0,1,...), where p(S) = (1 - S)(1 - 3 S).
4, 13, 44, 147, 488, 1616, 5344, 17661, 58348, 192739, 636620, 2102688, 6944828, 22937405, 75757420, 250210275, 826389232, 2729379568, 9014530520, 29772975309, 98333463212, 324773375891, 1072653608596, 3542734230336, 11700856345972, 38645303343277
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, -1, -4, -1)
Programs
Formula
G.f.: (4 - 3 x - 4 x^2)/(1 - 4 x + x^2 + 4 x^3 + x^4).
a(n) = 4*a(n-1) - a(n-2) - 4*a(n-3) - a(n-4) for n >= 5.
Comments