login
A392445
Irregular triangle read by rows: T(n, k) is the number of factorizations of n into k factors (where 0 < k <= Omega(n)) that are inequivalent under toroidal symmetry.
2
1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 2, 1, 2, 1, 2, 1, 1, 4, 2, 1, 1, 2, 1, 2, 1, 4, 2, 3, 1, 1, 4, 2, 1, 1, 4, 2, 1, 2, 1, 2, 1, 1, 6, 6, 3, 1, 2, 1, 2, 1, 2, 2, 1, 4, 2, 1, 1, 6, 4, 1, 1, 4, 4, 3, 2, 1, 2, 1, 2, 1, 2, 1, 8, 8, 7, 1, 1, 2, 1, 2, 1, 6, 6, 3, 1, 1, 6, 4, 1, 1, 4, 2, 1, 4, 2, 1, 2, 1, 1, 8, 12, 12, 2, 1, 2, 1, 4, 2
OFFSET
2,4
COMMENTS
Consult documentation link for detailed semantics. For a given n and k all tori obtained by attaching opposite sides of a rectangle with q rows and r columns and k = q*r slots are considered.
REFERENCES
F. Harary and E. Palmer, Graphical Enumeration, Academic Press, 1973, page 37.
EXAMPLE
The triangle T(n, k) begins
n\k| 1 2 3 4
---+--------------------
2 | 1
3 | 1
4 | 1 2
5 | 1
6 | 1 2
7 | 1
8 | 1 2 2
9 | 1 2
10 | 1 2
11 | 1
12 | 1 4 2
13 | 1
14 | 1 2
15 | 1 2
16 | 1 4 2 3
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Marko Riedel, Jan 12 2026
STATUS
approved