A334003 Number of spanning trees in the graph P_8 x P_n.
1, 10864, 59817135, 289143013376, 1342421467113969, 6136973985625588560, 27873182693625548898079, 126231322912498539682594816, 570929651486775190858844600865, 2580716459066338161324165906475056, 11662182187505395757590783332919031887
Offset: 1
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 1..200
- Index entries for linear recurrences with constant coefficients, order 128.
Crossrefs
Row m=8 of A116469.
Programs
-
Mathematica
a[n_] := Resultant[ChebyshevU[n - 1, x/2], ChebyshevU[7, (4 - x)/2], x]; Array[a, 11] (* Amiram Eldar, May 04 2021 *)
-
PARI
{a(n) = polresultant(polchebyshev(n-1, 2, x/2), polchebyshev(7, 2, (4-x)/2))}
Formula
See Peter Bala's formula in A116469.