OFFSET
1,2
COMMENTS
Also, this is the number ways of tiling the n X n grid up to the symmetries of the square by a tile that is fixed under 180-degree rotation, but no other symmetries of the square.
LINKS
Peter Kagey, Illustration of a(2)=39
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-6, A-7, A-8.
FORMULA
a(2m-1) = 2^(4m^2 - 4m - 2)*(2 + 2^(2m-1)^2).
a(2m) = 2^(2m^2 - 3)*(2 + 3*4^m^2 + 64^m^2).
MATHEMATICA
Table[{2^(4 m^2 - 4 m - 2) (2 + 2^(2 m - 1)^2), 2^(2 m^2 - 3) (2 + 3*4^m^2 + 64^m^2)}, {m, 1, 5}] // Flatten
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Dec 10 2023
STATUS
approved