OFFSET
1,2
LINKS
Peter Kagey, Illustration of T(2,3)=20
Peter Kagey and William Keehn, Counting tilings of the n X m grid, cylinder, and torus, arXiv: 2311.13072 [math.CO], 2023.
EXAMPLE
Table begins:
n\k| 1 2 3 4 5 6
---+----------------------------------------
1 | 1 3 4 10 16 36
2 | 2 7 20 76 272 1072
3 | 2 14 88 700 5472 43800
4 | 4 40 532 8296 131344 2098720
5 | 4 108 3280 104968 3355456 107377488
6 | 8 362 21944 1399176 89484128 5726689312
MATHEMATICA
A368261[n_, m_]:=1/(2n)*(DivisorSum[n, EulerPhi[#]*2^(n*m/#)&] + If[EvenQ[m], DivisorSum[n, EulerPhi[#]*2^(n*m/LCM[#, 2])&], DivisorSum[n, EulerPhi[#]*2^(n*m/#)&, EvenQ]])
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Peter Kagey, Dec 21 2023
STATUS
approved