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”).

Size of the smallest square Minesweeper grid that allows each number from 0 to 8 to appear exactly n times.
1

%I #15 Mar 18 2022 13:14:05

%S 5,7,8,9,10,11,12,13,13,14

%N Size of the smallest square Minesweeper grid that allows each number from 0 to 8 to appear exactly n times.

%H Dmitry Kamenetsky, <a href="/A302980/a302980.txt">The first 10 solutions</a>

%H Dmitry Kamenetsky, <a href="https://puzzling.stackexchange.com/questions/89158/all-numbers-in-a-5x5-minesweeper-grid/">All numbers in a 5x5 Minesweeper grid</a>, Puzzling StackExchange, September 2019.

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Minesweeper_(video_game)">Minesweeper</a>.

%K nonn,more

%O 1,1

%A _Dmitry Kamenetsky_, Apr 16 2018