A289918 p-INVERT of (1,0,0,1,0,0,1,0,0,...), where p(S) = (1 - S^2).
0, 1, 0, 1, 2, 1, 4, 4, 6, 11, 12, 22, 30, 42, 68, 91, 140, 205, 292, 443, 634, 936, 1380, 1999, 2960, 4316, 6324, 9300, 13576, 19949, 29216, 42785, 62790, 91917, 134784, 197548, 289402, 424331, 621708, 911218, 1335586, 1957086, 2868620, 4203927, 6161084
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 1, 2, 0, 0, -1)
Programs
Formula
G.f.: x/((-1 - x + x^3) (-1 + x + x^3)).
a(n) = a(n-2) + 2*a(n-3) - a(n-6) for n >= 6.
Extensions
Recurrence corrected by Colin Barker, Sep 14 2017
Comments