OFFSET
1,2
LINKS
Peter Kagey, Illustration of a(2)=538
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-8.
FORMULA
a(2m-1) = 4096^(m^2 - m).
a(2m) = 8^(m^2 - 1)*(512^m^2 + 3*8^m^2 + 2).
MATHEMATICA
Table[{4096^(m^2 - m), 8^(m^2 - 1) (512^m^2 + 3*8^m^2 + 2)}, {m, 1, 5}] // Flatten
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Dec 10 2023
STATUS
approved