login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A243205
Consider the n X n Go board as a graph; remove i nodes and let j be the number of nodes in the largest connected subgraph remaining; then a(n) = minimum (i + j).
1
1, 3, 5, 9, 12, 16, 20, 25, 29
OFFSET
1,2
COMMENTS
I believe the next terms are 36, 41, 47, ...
LINKS
Gordon Hamilton, Termite Terrorists: Children working on this problem in grade 2 classrooms. Published on YouTube.com, Jan 01 2013.
EXAMPLE
a(10) <= 36 because i + j = 18 + 18 = 36 in the left graph and i + j = 23 + 13 = 36 in the right graph. 36 may be the minimum.
-----X---- -----X----
----X----- -----X----
---X-X---- ---XX-X---
--X---X--- XXX----X--
-X-----X-X ---X----XX
X-X-----X- ----X--X--
---X---X-- ---X-X-X--
----X-X--- --X---X---
-----X---- -X----X---
----X----- X-----X---
CROSSREFS
Sequence in context: A006282 A086845 A375649 * A259368 A175098 A351389
KEYWORD
more,nonn
AUTHOR
Gordon Hamilton, Jun 01 2014
EXTENSIONS
Edited by N. J. A. Sloane, Jun 02 2014
Minor edits by M. F. Hasler, Mar 21 2015
STATUS
approved