login
A121720
a(n) = 4*a(n-2) - 2*a(n-4).
0
0, 1, 1, 3, 4, 10, 14, 34, 48, 116, 164, 396, 560, 1352, 1912, 4616, 6528, 15760, 22288, 53808, 76096, 183712, 259808, 627232, 887040, 2141504, 3028544, 7311552, 10340096, 24963200, 35303296, 85229696, 120532992, 290992384, 411525376, 993510144, 1405035520
OFFSET
1,4
FORMULA
a(n) = A007068(n-2), n>2.
G.f.: -x^2*(-1-x+x^2)/(1-4*x^2+2*x^4). [Oct 14 2009]
MATHEMATICA
LinearRecurrence[{0, 4, 0, -2}, {0, 1, 1, 3}, 30] (* Harvey P. Dale, May 21 2014 *)
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
EXTENSIONS
Definition replaced by recurrence - The Assoc. Editors of the OEIS, Oct 14 2009
More terms from Harvey P. Dale, May 21 2014
STATUS
approved