cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A367525 The number of ways of tiling the n X n grid up to the symmetries of the square by a tile that is not fixed under any of the symmetries of the square.

This page as a plain text file.
%I A367525 #21 Jul 06 2024 10:19:49
%S A367525 1,538,16777216,35184378381312,4722366482869645213696,
%T A367525 40564819207303347603293977182208,
%U A367525 22300745198530623141535718272648361505980416,784637716923335095479473677930668862955643627524327473152,1766847064778384329583297500742918515827483896875618958121606201292619776
%N A367525 The number of ways of tiling the n X n grid up to the symmetries of the square by a tile that is not fixed under any of the symmetries of the square.
%H A367525 Peter Kagey, <a href="/A367525/a367525_1.pdf">Illustration of a(2)=538</a>
%H A367525 Peter Kagey and William Keehn, <a href="https://arxiv.org/abs/2311.13072">Counting tilings of the n X m grid, cylinder, and torus</a>, arXiv: 2311.13072 [math.CO], 2023. See also <a href="https://cs.uwaterloo.ca/journals/JIS/VOL27/Kagey/kagey6.html">J. Int. Seq.</a>, (2024) Vol. 27, Art. No. 24.6.1, pp. A-6, A-8.
%F A367525 a(2m-1) = 4096^(m^2 - m).
%F A367525 a(2m)   = 8^(m^2 - 1)*(512^m^2 + 3*8^m^2 + 2).
%t A367525 Table[{4096^(m^2 - m), 8^(m^2 - 1) (512^m^2 + 3*8^m^2 + 2)}, {m, 1, 5}] // Flatten
%Y A367525 Cf. A054247, A295229, A302484, A367522, A367523, A367524.
%K A367525 nonn
%O A367525 1,2
%A A367525 _Peter Kagey_, Dec 10 2023