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.

A071763 Number of spanning trees in n X n X n grid.

This page as a plain text file.
%I A071763 #15 Feb 16 2025 08:32:46
%S A071763 1,384,8193540096000,172685928902844729688524604506636288,
%T A071763 77746347057132811936046563068332100246216273086593103906734080000000000000
%N A071763 Number of spanning trees in n X n X n grid.
%H A071763 W.-J. Tzeng and F. Y. Wu, <a href="https://arxiv.org/abs/cond-mat/0001408">Spanning Trees on Hypercubic Lattices and Non-orientable Surfaces</a>, arXiv:cond-mat/0001408 [cond-mat.stat-mech], 2000.
%H A071763 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GridGraph.html">Grid Graph</a>
%H A071763 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SpanningTree.html">Spanning Tree</a>
%F A071763 a(n) = 2^(n^3-1) / n^3 * Product_{n1=0..n-1 n2=0..n-1 n3=0..n-1} (3- cos(Pi*n1/n) - cos(Pi*n2/n) - cos(Pi*n3/n) ) where n1, n2, n3 are not all 0.
%F A071763 Limit_{n->infinity} a(n)^(1/n^3) = exp(8 * A340322 / Pi^3) = 5.330202889205167421134597996649659520108446730592285502966091902480522584119... - _Vaclav Kotesovec_, Jan 05 2021
%t A071763 Table[2^(n^3 - 1)/n^3 Product[Piecewise[{{1, i == j == k == 0}}, 3 - Cos[Pi i/n] - Cos[Pi j/n] - Cos[Pi k/n]], {i, 0, n - 1}, {j, 0, n - 1}, {k, 0, n - 1}], {n, 12}] // Round
%Y A071763 Cf. A007341, A340182.
%K A071763 nonn
%O A071763 1,2
%A A071763 Sharon Sela (sharonsela(AT)hotmail.com), Jun 04 2002