OFFSET
1,3
COMMENTS
The -1 terms for n = 58, 59, 80, 92, 95, 96, 98, 99, 100 correspond to starting n x n squares that produce 8 gliders (16 for n = 99) that go off to infinity, hence never reaching a cycle. - Michael S. Branicky, Jul 06 2022
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..100
Michael S. Branicky, Python program and utilities.
D. Griffeath, Life32 by Johan Bontes.
Nathaniel Johnston, ConwayLife.com.
S. Silver, Life Lexicon.
EXAMPLE
a(1) = 1 since a single cell is switched off on step 1.
a(2) = 0 since a block is cyclic to start with: 0th = 1st generation.
a(3) = 5 since a cycle starts there: 5th = 7th generation.
CROSSREFS
KEYWORD
sign
AUTHOR
Anne M. Donovan (anned3005(AT)aol.com), Nov 05 2003
EXTENSIONS
More terms from John W. Layman, Nov 07 2003
39 more terms from Rick L. Shepherd, Jun 04 2004
Name edited, a(58) and a(59) changed, and a(61) and beyond from Michael S. Branicky, Jul 06 2022
STATUS
approved