OFFSET
0,3
COMMENTS
The Whitney transform maps the sequence with g.f. g(x) to that with g.f. (1/(1-x))*g(x(1+x)).
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,2,1,-2,-2).
FORMULA
G.f.: x(1+x)/((1-x)(1+x+x^2)(1-2x-2x^2)).
a(n) = 2a(n-1)+2a(n-2)+a(n-3)-2a(n-4)-2a(n-5).
a(n) = Sum_{k=0..n} Sum_{i=0..n} C(k, i-k)*A001045(k).
MATHEMATICA
LinearRecurrence[{2, 2, 1, -2, -2}, {0, 1, 3, 8, 23}, 30] (* Harvey P. Dale, Nov 02 2024 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 16 2005
STATUS
approved