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.

A336764 Maximum number of order 3 subsquares in a Latin square of order n.

Original entry on oeis.org

0, 0, 1, 0, 0, 4, 7
Offset: 1

Views

Author

Keywords

Comments

A subsquare of a Latin square is a submatrix (not necessarily consisting of adjacent entries) which is itself a Latin square. (I. M. Wanless, Latin Squares with One Subsquare, Wiley and Sons)

Crossrefs

Formula

a(3^n) = 9*a(3^(n-1)) + 27^(n-1) (conjectured).