login
A379550
Number of minimal edge covers in the n-trapezohedral graph.
1
1, 9, 49, 189, 651, 2138, 6847, 21805, 69781, 225260, 734119, 2413746, 7995417, 26639534, 89150537, 299309821, 1007213417, 3394930835, 11456074815, 38688727608, 130728462411, 441894675073, 1494097644221, 5052606384210, 17088501738431, 57800015328528, 195513178028053
OFFSET
1,2
COMMENTS
The sequence has been extended to n=1 using the recurrence. - Andrew Howroyd, May 29 2025
LINKS
Eric Weisstein's World of Mathematics, Minimal Edge Cover.
Eric Weisstein's World of Mathematics, Trapezohedral Graph.
Index entries for linear recurrences with constant coefficients, signature (13,-72,229,-489,797,-1075,1219,-1188,1028,-772,519,-315,158,-82,27,-13,2,-1).
FORMULA
G.f.: x*(1 - 4*x + 4*x^2 - 29*x^3 + 150*x^4 - 334*x^5 + 507*x^6 - 525*x^7 + 296*x^8 - 153*x^9 - 11*x^10 + 26*x^11 - 58*x^12 + 9*x^13 - 16*x^14 + 2*x^15 - x^16)/((1 - 2*x - x^3)^2*(1 - 2*x + x^2 - x^3)^3*(1 - 3*x - x^2 - x^3)). - Andrew Howroyd, May 29 2025
a(n) = 13*a(n-1)-72*a(n-2)+229*a(n-3)-489*a(n-4)+797*a(n-5)-1075*a(n-6)+1219*a(n-7)-1188*a(n-8)+1028*a(n-9)-772*a(n-10)+519*a(n-11)-315*a(n-12)+158*a(n-13)-82*a(n-14)+27*a(n-15)-13*a(n-16)+2*a(n-17)-a(n-18). - Eric W. Weisstein, Oct 01 2025
MATHEMATICA
LinearRecurrence[{13, -72, 229, -489, 797, -1075, 1219, -1188, 1028, -772, 519, -315, 158, -82, 27, -13, 2, -1}, {1, 9, 49, 189, 651, 2138, 6847, 21805, 69781, 225260, 734119, 2413746, 7995417, 26639534, 89150537, 299309821, 1007213417, 3394930835}, 20] (* Eric W. Weisstein, Oct 01 2025 *)
CoefficientList[Series[(1 - 4 x + 4 x^2 - 29 x^3 + 150 x^4 - 334 x^5 + 507 x^6 - 525 x^7 + 296 x^8 - 153 x^9 - 11 x^10 + 26 x^11 - 58 x^12 + 9 x^13 - 16 x^14 + 2 x^15 - x^16)/((-1 + 2 x + x^3)^2 (-1 + 2 x - x^2 + x^3)^3 (-1 + 3 x + x^2 + x^3)), {x, 0, 20}], x] (* Eric W. Weisstein, Oct 01 2025 *)
CROSSREFS
Cf. A356213.
Sequence in context: A082608 A058031 A359726 * A228212 A027608 A354657
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Dec 25 2024
EXTENSIONS
a(1)-a(2) and a(8) onwards from Andrew Howroyd, May 29 2025
STATUS
approved