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.

A063437 Cardinality of largest critical set in any Latin square of order n.

Original entry on oeis.org

0, 1, 3, 7, 11, 18
Offset: 1

Views

Author

Ahmed Fares (ahmedfares(AT)my-deja.com), Jul 24 2001

Keywords

Comments

A critical set in an n X n array is a set C of given entries such that there exists a unique extension of C to an n X n Latin square and no proper subset of C has this property.
The next terms satisfy a(7) >= 25, a(8) >= 37, a(9) >= 44, a(10) >= 57. In the reference it is proved that, for all n, a(n) <= n^2 - 3n + 3.
a(9) >= 45. - Richard Bean, May 01 2002
For n sufficiently large (>= 295), a(n) >= (n^2)*(1-(2 + log 2)/log n) + n*(1 + log(8*Pi)/log n) - (log 2)/(log n). Bean and Mahmoodian also show a(n) <= n^2 - 3n + 3. - Jonathan Vos Post, Jan 03 2007