login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A334003
Number of spanning trees in the graph P_8 x P_n.
3
1, 10864, 59817135, 289143013376, 1342421467113969, 6136973985625588560, 27873182693625548898079, 126231322912498539682594816, 570929651486775190858844600865, 2580716459066338161324165906475056, 11662182187505395757590783332919031887
OFFSET
1,2
FORMULA
See Peter Bala's formula in A116469.
MATHEMATICA
a[n_] := Resultant[ChebyshevU[n - 1, x/2], ChebyshevU[7, (4 - x)/2], x]; Array[a, 11] (* Amiram Eldar, May 04 2021 *)
PROG
(PARI) {a(n) = polresultant(polchebyshev(n-1, 2, x/2), polchebyshev(7, 2, (4-x)/2))}
CROSSREFS
Row m=8 of A116469.
Sequence in context: A295993 A185517 A250954 * A214243 A250896 A164824
KEYWORD
nonn,changed
AUTHOR
Seiichi Manyama, Apr 12 2020
STATUS
approved