OFFSET
0,5
COMMENTS
Definitions in link; 3-tori are the four space equivalent of cycles (two-space) and ordinary tori (rings, three-space).
REFERENCES
P. Flajolet and R. Sedgewick, Analytic Combinatorics, Cambridge University Press, 2009.
LINKS
Sean A. Irvine, Table of n, a(n) for n = 0..9869 (rows 0..139 flattened)
FORMULA
T(n,k) = n!*rho(n,k) where rho(n,k) = (1/n)*Sum_{q=0..n-1} rho(n-1-q,k-1) * tau3(q+1) with rho(0,k) = delta(k,0) and tau3(n) counts the number of ordered factorizations of n into three factors.
EXAMPLE
n\k| 0 1 2 3 4 5
---+------------------------
0| 1;
1| 0, 1;
2| 0, 3, 1;
3| 0, 6, 9, 1;
4| 0, 36, 51, 18, 1;
5| 0, 72, 360, 195, 30, 1;
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Marko Riedel, Feb 18 2026
STATUS
approved
