A291384 a(n) = (1/2)*A291383(n).
1, 4, 14, 49, 172, 604, 2120, 7442, 26124, 91704, 321912, 1130020, 3966752, 13924640, 48880192, 171585992, 602324816, 2114363648, 7422130912, 26054187664, 91459003200, 321052008000, 1127001041280, 3956154502688, 13887439208896, 48749604609664
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (2, 4, 4, 2)
Programs
Formula
G.f.: -(((1 + x) (1 + x + x^2))/(-1 + 2 x + 4 x^2 + 4 x^3 + 2 x^4))
a(n) = 2*a(n-1) + 4*a(n-2) + 4*a(n-3) + 2*a(n-4) for n >= 5.
Comments