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!)
A362545 Number of odd chordless cycles of length >4 in the (2n+1)-flower snark. 1
1, 13, 81, 477, 2785, 16237, 94641, 551613, 3215041, 18738637, 109216785, 636562077, 3710155681, 21624372013, 126036076401, 734592086397, 4281516441985, 24954506565517, 145445522951121, 847718631141213, 4940866263896161, 28797478952235757, 167844007449518385, 978266565744874557, 5701755387019728961, 33232265756373499213 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sequence extended to n=0 using formula/recurrence.
The (2n)-flower graphs, which generalize the (2n+1)-flower snarks, have no odd chordless cycles of length >=4.
LINKS
Eric Weisstein's World of Mathematics, Flower Snark
Eric Weisstein's World of Mathematics, Odd Chordless Cycle
FORMULA
a(n) = LucasL(2 n + 1, 2) - 1.
a(n) = 7*a(n-1) - 7*a(n-1) + a(n-2).
G.f.: (-1 - 6*x + 3*x^2)/((-1 + x)*(1 - 6*x + x^2)).
MATHEMATICA
LucasL[2 Range[0, 20] + 1, 2] - 1
Table[LucasL[2 n + 1, 2] - 1, {n, 0, 20}]
LinearRecurrence[{7, -7, 1}, {1, 13, 81}, 20]
CoefficientList[Series[(-1 - 6 x + 3 x^2)/((-1 + x) (1 - 6 x + x^2)), {x, 0, 20}], x]
CROSSREFS
Cf. A002203 (companion Pell numbers).
Sequence in context: A133718 A241696 A052255 * A082203 A367118 A101102
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Apr 24 2023
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 May 15 06:37 EDT 2024. Contains 372538 sequences. (Running on oeis4.)