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.

A367529 The number of ways of tiling the n X n grid up to diagonal and antidiagonal reflections by a tile that is not fixed under any of these symmetries.

Original entry on oeis.org

1, 68, 65536, 1073758208, 281474976710656, 1180591620734591172608, 79228162514264337593543950336, 85070591730234615870455337876369440768, 1461501637330902918203684832716283019655932542976, 401734511064747568885490523085607563280607805796072384626688
Offset: 1

Views

Author

Peter Kagey, Dec 10 2023

Keywords

Crossrefs

Programs

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

Formula

a(2m-1) = 256^(m^2 - m).
a(2m) = 1/4 (16^m^2 + 256^m^2).