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!)
A358810 Number of spanning trees in C_5 X C_n. 4
5, 16810, 10609215, 4381392020, 1562500000000, 522217835532030, 168437773747672835, 53095647535975155240, 16463182598208445194045, 5040439500800000000000000, 1527650417538030913166754055, 459160235715332056282793308860 (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(5, n);
CROSSREFS
Row 5 of A212796.
Sequence in context: A083976 A013834 A263684 * A191940 A055380 A201002
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 May 7 11:17 EDT 2024. Contains 372302 sequences. (Running on oeis4.)