|
| |
|
|
A085577
|
|
Size of maximal subset of the n^2 nodes in an n X n grid such that there at least 3 edges between any pair of nodes.
|
|
1
| |
|
|
1, 1, 2, 4, 6, 8, 10, 13, 17, 20, 25, 29, 34
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| The 1-neighborhoods of the nodes must be disjoint: i.e. this is a 1-error correcting code.
|
|
|
FORMULA
| a(n) approaches n^2/5 as n -> infinity.
|
|
|
EXAMPLE
| For example, a(3) = 2 (*'s indicate the chosen nodes):
o--o--*
|..|..|
o--o--o
|..|..|
*--o--o
|
|
|
CROSSREFS
| Main diagonal of A085576.
Sequence in context: A186347 A056827 A024172 * A121832 A006586 A022292
Adjacent sequences: A085574 A085575 A085576 * A085578 A085579 A085580
|
|
|
KEYWORD
| nonn,more,nice
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Jul 08 2003
|
| |
|
|