OFFSET
1,2
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, Maximal Independent Vertex Set.
Index entries for linear recurrences with constant coefficients, signature (1,4,5,-2,-7,2,15,6,-5,1,6,3,-3,-1).
FORMULA
G.f.: x*(1 + 8*x + 15*x^2 - 8*x^3 - 35*x^4 + 12*x^5 + 105*x^6 + 48*x^7 - 45*x^8 + 10*x^9 + 66*x^10 + 36*x^11 - 39*x^12 - 14*x^13)/((1 + x)*(1 - x + x^4)*(1 + x + x^4)*(1 - 2*x - x^2 - 5*x^3 + 2*x^4 + x^5)). - Andrew Howroyd, May 24 2025
a(n) = a(n-1) + 4*a(n-2) + 5*a(n-3) - 2*a(n-4) - 7*a(n-5) + 2*a(n-6) + 15*a(n-7) + 6*a(n-8) - 5*a(n-9) + a(n-10) + 6*a(n-11) + 3*a(n-12) - 3*a(n-13) - a(n-14). - Wesley Ivan Hurt, May 15 2026
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Jul 11 2024
EXTENSIONS
a(1)-a(4) and a(21) onwards from Andrew Howroyd, May 24 2025
STATUS
approved
