login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A368306 Table read by antidiagonals downward: T(n,k) is the number of tilings of the n X k torus up to horizontal reflections by a tile that is not fixed under horizontal reflection. 4
1, 2, 2, 2, 5, 2, 4, 8, 9, 4, 4, 24, 32, 26, 4, 8, 56, 186, 182, 62, 9, 10, 190, 1096, 2130, 1096, 205, 10, 20, 596, 7356, 26296, 26380, 7356, 623, 22, 30, 2102, 49940, 350316, 671104, 350584, 49940, 2171, 30 (list; table; graph; refs; listen; history; text; internal format)
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.
EXAMPLE
Table begins:
n\k| 1 2 3 4 5 6
---+-------------------------------------
1 | 1 2 2 4 4 8
2 | 2 5 8 24 56 190
3 | 2 9 32 186 1096 7356
4 | 4 26 182 2130 26296 350316
5 | 4 62 1096 26380 671104 17899020
6 | 9 205 7356 350584 17897924 954481360
MATHEMATICA
A368306[n_, m_] := 1/(2*n*m)*(DivisorSum[n, Function[d, DivisorSum[m, EulerPhi[#] EulerPhi[d] 2^(m*n/LCM[#, d]) &]]] + n*If[EvenQ[n], DivisorSum[m, EulerPhi[#] (2^(n*m/LCM[2, #]) + 2^((n - 2)*m/LCM[2, #])*4^(m/#)*Boole[EvenQ[#]]) &]/2, DivisorSum[m, EulerPhi[#]*2^(n*m/#) &, EvenQ]])
CROSSREFS
Sequence in context: A095370 A046053 A368303 * A368302 A368308 A080348
KEYWORD
nonn,tabl
AUTHOR
Peter Kagey, Dec 21 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 19 13:40 EDT 2024. Contains 373503 sequences. (Running on oeis4.)