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

Number of configurations in Conway's game of "Life" that fit into an n X n square and vanish in one step.
2

%I #9 Aug 09 2015 10:36:24

%S 2,11,51,860,28156,1093273,110321561,21929490122,6858741615699,

%T 4400789480783375,5530201631127973447,12721104195050291553064,

%U 75225548540139768335134985,4080967796136376032811105207453

%N Number of configurations in Conway's game of "Life" that fit into an n X n square and vanish in one step.

%C These counts have not been reduced to take account of the symmetries of the board.

%D E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982; see Chapter 25.

%D D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.4.

%e For example, a(2)=11 because the 2 X 2 configurations remain nonempty if and only if they have more than two live cells; 1 + 4 + 6 = 11.

%Y Cf. A136278, A136279, A136280.

%K nonn,nice

%O 1,1

%A _Don Knuth_, Feb 03 2008

%E a(11) from _Don Knuth_, Mar 26 2008

%E a(12)-a(15) from _Tomas Rokicki_, Oct 31 2010