OFFSET
1,1
COMMENTS
The n-flower graph can be defined without using parallel edges for n >= 3. It is a snark for odd n >= 5. The sequence has been extended to n=1 using the recurrence. - Andrew Howroyd, May 24 2025
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..500
Eric Weisstein's World of Mathematics, Flower Graph.
Eric Weisstein's World of Mathematics, Independent Vertex Set.
Index entries for linear recurrences with constant coefficients, signature (4,14,-18,-36,22,17,-6,-2).
FORMULA
G.f.: 2*x*(2 + 14*x - 27*x^2 - 72*x^3 + 55*x^4 + 51*x^5 - 21*x^6 - 8*x^7)/((1 + x - x^2)*( 1 - x - x^2)*(1 - 4*x - 11*x^2 + 6*x^3 + 2*x^4)). - Andrew Howroyd, May 24 2025
PROG
(PARI) Vec(2*x*(2 + 14*x - 27*x^2 - 72*x^3 + 55*x^4 + 51*x^5 - 21*x^6 - 8*x^7)/((1 + x - x^2)*( 1 - x - x^2)*(1 - 4*x - 11*x^2 + 6*x^3 + 2*x^4)) + O(x^25)) \\ Andrew Howroyd, May 24 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Oct 11 2023
EXTENSIONS
a(1)-a(4) and a(21) onwards from Andrew Howroyd, May 24 2025
STATUS
approved
