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.

A047938 Number of ways to label points of an n X n grid with 3 colors, up to rotational symmetry.

Original entry on oeis.org

1, 3, 24, 4995, 10763361, 211822552035, 37523658921114744, 59824832307866205347043, 858420955073128584419531008641, 110856622060759442496180656754310346403, 128844380183002832759115461915902241562318377784, 1347757724935823407809884872163997148505019182125807296675
Offset: 0

Views

Author

Keywords

Comments

Labels of adjacent points need not be distinct.

Crossrefs

Column k=3 of A343095.
See A068253 for number of proper colorings.

Formula

a(n) = (m^(n^2) + 2 m^((n^2 + 3 (n mod 2))/4) + m^((n^2 + (n mod 2))/2))/4, with m = 3.

Extensions

Terms a(10) and beyond from Andrew Howroyd, Apr 14 2021