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.

Original entry on oeis.org

1, 538, 16777216, 35184378381312, 4722366482869645213696, 40564819207303347603293977182208, 22300745198530623141535718272648361505980416, 784637716923335095479473677930668862955643627524327473152, 1766847064778384329583297500742918515827483896875618958121606201292619776
Offset: 1

Views

Author

Peter Kagey, Dec 10 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Table[{4096^(m^2 - m), 8^(m^2 - 1) (512^m^2 + 3*8^m^2 + 2)}, {m, 1, 5}] // Flatten

Formula

a(2m-1) = 4096^(m^2 - m).
a(2m) = 8^(m^2 - 1)*(512^m^2 + 3*8^m^2 + 2).