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!)
A367532 The number of ways of tiling the n X n grid up to 90-degree rotation by a tile that is not fixed under 180-degree rotation. 3
1, 70, 65536, 1073758336, 281474976710656, 1180591620734591303680, 79228162514264337593543950336, 85070591730234615870455337878516924416, 1461501637330902918203684832716283019655932542976, 401734511064747568885490523085607563280607806359022338048000 (list; 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.
FORMULA
a(2*n-1) = 256^(n^2 - n).
a(2*n) = 4^(n^2 - 1)*(2 + 4^n^2 + 64^n^2).
MATHEMATICA
Table[{256^(m^2 - m), 4^(m^2 - 1)*(2 + 4^m^2 + 64^m^2)}, {m, 1, 5}] // Flatten
CROSSREFS
Sequence in context: A014608 A185401 A172555 * A263590 A371951 A172659
KEYWORD
nonn
AUTHOR
Peter Kagey, Dec 11 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 May 2 09:57 EDT 2024. Contains 372191 sequences. (Running on oeis4.)