login
A368142
Number of ways of tiling the n X n torus up to diagonal and antidiagonal reflection of the square by an asymmetric tile.
5
1, 23, 7296, 67124308, 11258999068672, 32794211700912270688, 1616901275801313012113145856, 1329227995784915876578744356684451904, 18043230090504974298810923860695296894480941056, 4017345110647475688854905231100098373350012274109805442048
OFFSET
1,2
LINKS
Peter Kagey and William Keehn, Counting tilings of the n X m grid, cylinder, and torus, arXiv: 2311.13072 [math.CO], 2023. See also J. Int. Seq., (2024) Vol. 27, Art. No. 24.6.1, pp. A-21, A-24.
MATHEMATICA
A368142[n_] := 1/(4 n^2)*(DivisorSum[n, Function[d, DivisorSum[n, Function[c, EulerPhi[c] EulerPhi[d] 4^(n^2/LCM[c, d])]]]] + n^2*If[EvenQ[n], (3*2^(n^2 - 2)), 0] + 2*n*DivisorSum[n, Function[d, EulerPhi[d]*If[EvenQ[d], 2^(n^2/d), 0]]])
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Dec 16 2023
STATUS
approved