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!)
A368222 Table read by antidiagonals downward: T(n,k) is the number of tilings of the n X k grid up to horizontal reflection by an asymmetric tile. 5
1, 2, 3, 4, 10, 4, 8, 36, 32, 10, 16, 136, 256, 136, 16, 32, 528, 2048, 2080, 512, 36, 64, 2080, 16384, 32896, 16384, 2080, 64, 128, 8256, 131072, 524800, 524288, 131328, 8192, 136, 256, 32896, 1048576, 8390656, 16777216, 8390656, 1048576, 32896, 256 (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 4 8 16 32
2 | 3 10 36 136 528 2080
3 | 4 32 256 2048 16384 131072
4 | 10 136 2080 32896 524800 8390656
5 | 16 512 16384 524288 16777216 536870912
6 | 36 2080 131328 8390656 536887296 34359869440
MATHEMATICA
A368222[n_, m_] := 2^(n*m/2 - 1) (2^(n*m/2) + Boole[EvenQ[n]])
CROSSREFS
Sequence in context: A286709 A082865 A359996 * A265348 A158929 A255479
KEYWORD
nonn,tabl
AUTHOR
Peter Kagey, Dec 18 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 21 06:38 EDT 2024. Contains 373540 sequences. (Running on oeis4.)