OFFSET
1,1
COMMENTS
The sequence has been extended to n = 1 using the recurrence. - Andrew Howroyd, Dec 19 2024
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
Eric Weisstein's World of Mathematics, Crossed Prism Graph.
Eric Weisstein's World of Mathematics, Edge Cut.
Index entries for linear recurrences with constant coefficients, signature (112,-3705,41870,-87500,37704,-4608).
FORMULA
G.f.: x*(31 - 459*x + 8302*x^2 - 77054*x^3 + 4700*x^4 - 2304*x^5)/((1 - 2*x)*(1 - 64*x)*(1 - 23*x + 6*x^2)^2). - Andrew Howroyd, Dec 19 2024
PROG
(PARI) Vec((31 - 459*x + 8302*x^2 - 77054*x^3 + 4700*x^4 - 2304*x^5)/((1 - 2*x)*(1 - 64*x)*(1 - 23*x + 6*x^2)^2) + O(x^20)) \\ Andrew Howroyd, Dec 19 2024
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
Eric W. Weisstein, Nov 06 2024
EXTENSIONS
a(1) prepended and a(5) onwards from Andrew Howroyd, Dec 19 2024
STATUS
approved