OFFSET
1,4
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..4737
Ö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
Index entries for linear recurrences with constant coefficients, signature (4,-2,-8,5,8,-2,-4,-1).
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
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 05 2017
STATUS
approved