login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A291915
Number of 6-cycles in the n-Fibonacci cube graph.
2
0, 0, 0, 2, 22, 82, 268, 742, 1902, 4562, 10452, 23068, 49432, 103364, 211764, 426354, 845626, 1655454, 3203876, 6137946, 11652946, 21944034, 41021256, 76174360, 140595760, 258061160, 471255240, 856536610, 1550048766, 2793774026, 5016560956, 8976350894
OFFSET
1,4
LINKS
Ömer Egecioglu, Elif Saygı, and Zülfükar Saygı, The number of short cycles in Fibonacci cubes, Theoretical Computer Science (2021) Vol. 871, 134-146.
Eric Weisstein's World of Mathematics, Fibonacci Cube Graph
Eric Weisstein's World of Mathematics, Graph Cycle
FORMULA
a(n) = 4*a(n-1) - 2*a(n-2) - 8*a(n-3) + 5*a(n-4) + 8*a(n-5) - 2*a(n-6) - 4*a(n-7) - a(n-8).
MATHEMATICA
LinearRecurrence[{4, -2, -8, 5, 8, -2, -4, -1}, {0, 0, 0, 2, 22, 82, 268, 742}, 40]
CROSSREFS
Cf. A001628 (4-cycles).
Sequence in context: A226335 A123061 A050853 * A172229 A212894 A281647
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 05 2017
STATUS
approved