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.

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.

Original entry on oeis.org

1, 70, 65536, 1073758336, 281474976710656, 1180591620734591303680, 79228162514264337593543950336, 85070591730234615870455337878516924416, 1461501637330902918203684832716283019655932542976, 401734511064747568885490523085607563280607806359022338048000
Offset: 1

Views

Author

Peter Kagey, Dec 11 2023

Keywords

Crossrefs

Programs

  • Mathematica
    Table[{256^(m^2 - m), 4^(m^2 - 1)*(2 + 4^m^2 + 64^m^2)}, {m, 1, 5}] // Flatten

Formula

a(2*n-1) = 256^(n^2 - n).
a(2*n) = 4^(n^2 - 1)*(2 + 4^n^2 + 64^n^2).