VOOZH about

URL: https://oeis.org/A121720

⇱ A121720 - OEIS


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
COMMENTS
For n>1, number of walks of length n-2 on the 5-vertex graph with edges {{0,1}, {1,2}, {2,3}, {2,4}} starting at vertex 3. - Sean A. Irvine, Jun 03 2025
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
Essentially the same as A007068.
Sequence in context: A025084 A134512 A106523 * A007068 A056515 A056516
KEYWORD
nonn,easy
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