The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A301773 Number of odd chordless cycles in the 2n-Moebius ladder graph. 0
0, 4, 8, 16, 48, 124, 320, 844, 2208, 5776, 15128, 39604, 103680, 271444, 710648, 1860496, 4870848, 12752044, 33385280, 87403804, 228826128, 599074576, 1568397608, 4106118244, 10749957120, 28143753124, 73681302248, 192900153616, 505019158608, 1322157322204 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sequence extended to a(0)-a(1) using the formula/recurrence.
LINKS
Eric Weisstein's World of Mathematics, Chordless Cycle
Eric Weisstein's World of Mathematics, Moebius Ladder
FORMULA
a(n) = A005248(n) - 2*cos(2*n*Pi/3).
a(n) = 2*a(n-1) + a(n-2) + 2*a(n-3) - a(n-4).
G.f.: -4*x*(x-1)*(1+x) / ( (x^2-3*x+1)*(1+x+x^2) ).
E.g.f.: 2*exp(-x/2)*(exp(2*x)*cosh(sqrt(5)*x/2) - cos(sqrt(3)*x/2)). - Stefano Spezia, Jul 21 2022
MATHEMATICA
Table[LucasL[2 n] - 2 Cos[2 n Pi/3], {n, 0, 20}]
LinearRecurrence[{2, 1, 2, -1}, {0, 4, 8, 16}, 20]
CoefficientList[Series[-4 x (-1 + x^2)/(1 - 2 x - x^2 - 2 x^3 + x^4), {x, 0, 20}], x]
CROSSREFS
Cf. A005248.
Sequence in context: A065978 A077447 A337783 * A102358 A038238 A230112
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Mar 26 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 20:29 EDT 2024. Contains 373206 sequences. (Running on oeis4.)