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.

A047940 Number of 5-colorings of an n X n grid, up to rotational symmetry.

Original entry on oeis.org

1, 5, 165, 489125, 38147070625, 74505806274453125, 3637978807092666626953125, 4440892098500626236200333251953125, 135525271560688054250937420874834136962890625, 103397576569128459358926086520114040467888355255126953125
Offset: 0

Views

Author

Keywords

Crossrefs

Column k=5 of A343095.

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 = 5.

Extensions

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