login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A358815 Number of spanning trees in C_10 X C_n. 1
10, 226195360, 135495143785470, 31074298464967845120, 5040439500800000000000000, 701129416495732552572667500000, 90098172307754257628918141363625670, 11062145603354190616166421646710839715840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Spanning Tree
Eric Weisstein's World of Mathematics, Torus Grid Graph
PROG
(PARI) default(realprecision, 120);
T(n, k) = round(n*k*prod(a=1, n-1, prod(b=1, k-1, 4*sin(a*Pi/n)^2+4*sin(b*Pi/k)^2)));
a(n) = T(10, n);
CROSSREFS
Row 10 of A212796.
Sequence in context: A220145 A057141 A034249 * A131679 A259391 A279540
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 02 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 07:58 EDT 2024. Contains 371991 sequences. (Running on oeis4.)