A294686
Triangle read by rows: T(n,k) is the number of non-isomorphic colorings of a toroidal n X k grid using exactly four colors under translational symmetry, 1 <= k <= n.
Original entry on oeis.org
0, 0, 6, 0, 260, 20720, 6, 5112, 1223136, 257706024, 48, 81876, 67769552, 54278580036, 44900438149488, 260, 1223396, 3731753700, 11681058472672, 38403264917970196, 131160169581733489616, 1200, 17815020, 207438938000, 2570217454576416, 33725471278376393424, 460532748521625850986660, 6467585568566200114362823920, 5106, 257706012, 11681057249536, 576229125971686224
Offset: 1
Triangle begins:
0;
0, 6;
0, 260, 20720;
6, 5112, 1223136, 257706024;
48, 81876, 67769552, 54278580036, 44900438149488;
260, 1223396, 3731753700, 11681058472672, 38403264917970196, 131160169581733489616;
...
- F. Harary and E. Palmer, Graphical Enumeration, Academic Press, 1973.
-
T(n,m)=my(k=4); k!*sumdiv(n, d, sumdiv(m, e, eulerphi(d) * eulerphi(e) * stirling(n*m/lcm(d,e), k, 2) ))/(n*m) \\ Andrew Howroyd, Oct 05 2024
A376822
Number of colorings of a toroidal n X n grid using exactly two colors under translational symmetry.
Original entry on oeis.org
0, 5, 62, 4154, 1342206, 1908897150, 11488774559742, 288230376353050814, 29850020237398264483838, 12676506002282327791964489726, 21970710674130840874443091905462270, 154866286100907105149651981766316633972734, 4427744605404865645682169434028029029963535286270
Offset: 1
A376823
Number of colorings of a toroidal n X n grid using exactly three colors under translational symmetry.
Original entry on oeis.org
0, 9, 2022, 2679246, 33887517990, 4169289730628814, 4883659745750360600262, 53651309691205903304049168186, 5474401089420129832016444491921748358, 5153775207320113272335114827748860107542139918, 44553974378043749018442678682265335735181851572329684070
Offset: 1
A376825
Number of colorings of a toroidal n X n grid using exactly five colors under translational symmetry.
Original entry on oeis.org
0, 0, 92680, 8221452750, 11696087875731720, 403564024914127655401650, 362489465982555360136794113733480, 8470302887983624205463771824482291388274750, 5106052803042976484591492152983188808422646355702792360, 78886090441754278328274880503253722147584506163456748572863233329010
Offset: 1
A376749
Number of non-isomorphic colorings of a toroidal n X n grid using exactly four swappable colors.
Original entry on oeis.org
0, 1, 874, 10741819, 1870851589562, 5465007068038102643, 269482732023591671431784330, 221537990355601030571170905795094315, 3007205014171762201565124875608675533096268906, 669557518440386985607930852942771727146772232484581602227, 2433673642945425535196140161775877796522974318753784273286700783313050
Offset: 1
- F. Harary and E. Palmer, Graphical Enumeration, Academic Press, 1973.
Showing 1-5 of 5 results.
Comments