login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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