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!)
A358812 Number of spanning trees in C_7 X C_n. 1
7, 799694, 7839321861, 40643137651228, 168437773747672835, 633426582213424399722, 2266101334892340404752384, 7871822605982542067643202616, 26818349084747196820449212376063, 90098172307754257628918141363625670, 299464785482715726798502702429093755197 (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(7, n);
CROSSREFS
Row 7 of A212796.
Sequence in context: A050938 A246562 A008849 * A076914 A362152 A076915
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 August 30 22:39 EDT 2024. Contains 375550 sequences. (Running on oeis4.)