A289796 a(n) = (1/3)*A289795(n).
1, 8, 54, 361, 2420, 16227, 108802, 729512, 4891347, 32796280, 219897701, 1474404984, 9885824398, 66284043461, 444431768220, 2979896612959, 19980083465882, 133965632756376, 898234023419479, 6022621953315440, 40381430948778393, 270755823312682408
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -3, 7, -1)
Programs
Formula
G.f.: (1 + x + x^2)/(1 - 7 x + 3 x^2 - 7 x^3 + x^4).
a(n) = 7*a(n-1) - 3*a(n-2) + 7*a(n-3) - a(n-4).
Comments