A111569 a(n) = a(n-1) + a(n-3) + a(n-4) for n > 3, a(0) = -1, a(1) = 1, a(2) = 2, a(3) = 1.
-1, 1, 2, 1, 1, 4, 7, 9, 14, 25, 41, 64, 103, 169, 274, 441, 713, 1156, 1871, 3025, 4894, 7921, 12817, 20736, 33551, 54289, 87842, 142129, 229969, 372100, 602071, 974169, 1576238, 2550409, 4126649, 6677056, 10803703, 17480761, 28284466, 45765225
Offset: 0
Links
- Daniel C. Fielder, Special integer sequences controlled by three parameters, Fibonacci Quarterly 6, 1968, 64-70.
- Robert Munafo, Sequences Related to Floretions.
- Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, 1).
Formula
G.f.: (1-2*x-x^2)/((x^2+x-1)*(1+x^2)).
Comments