A289788 a(n) = (1/2)*A289787(n).
1, 6, 31, 156, 785, 3954, 19919, 100344, 505489, 2546430, 12827791, 64620756, 325530881, 1639881066, 8260997855, 41615265264, 209639359969, 1056070674294, 5320018479679, 26799907726860, 135006120168881, 680101314855906, 3426050596003631, 17258932500172776
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (6, -6, 6, -1)
Programs
Formula
G.f.: (1 + x^2)/(1 - 6 x + 6 x^2 - 6 x^3 + x^4).
a(n) = 6*a(n-1) - 6*a(n-2) + 6*a(n-3) - a(n-4).