cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A212800 Number of spanning trees of the (n,n)-torus grid graph.

Original entry on oeis.org

1, 32, 11664, 42467328, 1562500000000, 587312954081280000, 2266101334892340404752384, 89927963805390785392395474173952, 36735015407753190053984060991247792275456, 154528563849617762057150663767149772800000000000000, 6695315138840257072470706538467584763944601124280722177130496
Offset: 1

Views

Author

N. J. A. Sloane, May 27 2012

Keywords

Comments

Main diagonal of array in A212796.

Crossrefs

Programs

  • Mathematica
    Table[n^2 * Product[4*Sin[j*Pi/n]^2 + 4*Sin[k*Pi/n]^2, {k, 1, n-1}, {j, 1, n-1}], {n, 1, 12}] // Round (* Vaclav Kotesovec, Feb 14 2021 *)

Formula

a(n) ~ Gamma(1/4)^4 * exp(4*G*n^2/Pi) / (16 * Pi^3), where G is Catalan's constant A006752. - Vaclav Kotesovec, Feb 14 2021

Extensions

More terms from Eric W. Weisstein, May 10 2017