This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A179412 #14 Dec 04 2024 20:54:28 %S A179412 8,8,9,10,12,16,13,23,16,22,18,24,16,20,21,23,28,19,18,18,23,22,18,27, %T A179412 16,20,10,10,10,13,15,19,22,18,25,18,19,23,23,20,21,22,30,19,22,21,20, %U A179412 28,19,16,14,9,13,12,13,14,16,23,15,19,16,26,16,12,12,9,8,8,9,10,12,16 %N A179412 The number of alive cells in Conway's Game of Life on the 8 X 8 toroidal grid, in a cyclic sequence of 132 patterns, whose initial pattern is given in illustrations below. %C A179412 Period 66. The sequence begins (from offset 0) with its lexicographically earliest rotation. Note the almost symmetric subsequence around the terms 66k and 66k+1: ...,16,12,12,9,8,8,9,10,12,16,... All integers in range [8,30] occur except 11, 17 and 29. The mean value of terms in the whole period of 66 is 17.7273. %C A179412 This is the longest cyclic sequence that I have found so far (July 2010) on 8 X 8 toroidal grid, after the cycle of 48 given in A179409. Are there any longer cyclic sequences? A sequence to be computed: for n X n toroidal grid, the longest cycle of patterns that can occur. (Also other metrics for toroidal boards: how many patterns die in next generation, how many are stable, etc.) %H A179412 Antti Karttunen, <a href="/A179409/a179409.ijs.txt">J-program for computing the terms of this sequence</a> %H A179412 Antti Karttunen, <a href="https://github.com/karttu/lifemidi">Electronic music project using this Life-pattern sequence as one of its preferred sources of variation</a> %H A179412 <a href="/index/Mu#music">Index entries for sequences related to music</a> %e A179412 The generations 0-3 of this cycle of patterns look as follows, thus a(0)=a(1)=8, a(2)=9 and a(3)=10. Note how the initial pattern differs by just one misplaced cell from the pattern present in the generation 3 of A179409. %e A179412 . . . . . . . . | . . . . . . . . | . . . . . . . . | . . . . . . . . %e A179412 . . . . . . . . | . . . . . . . . | . . . . . . . . | . . . . . . . . %e A179412 . o o . . . . . | . o o . . . . . | . o o . . . . . | o o o . . . . . %e A179412 . o . o . . . . | . o . o . . . . | o o . o . . . . | o . . o . . . . %e A179412 . . o o . . . . | . o . . o . . . | . o . . o . . . | o o . . o . . . %e A179412 . . o o . . . . | . . o o . . . . | . . o o . . . . | . . o o . . . . %e A179412 . . . . . . . . | . . . . . . . . | . . . . . . . . | . . . . . . . . %e A179412 . . . . . . . . | . . . . . . . . | . . . . . . . . | . . . . . . . . %e A179412 (generation 0.) | (generation 1.) | (generation 2.) | (generation 3.) %e A179412 In generation 66 we obtain a mirror image of the initial pattern, and in the generations 66--131 the patterns repeat the history of the first 66 generations, but reflected over the vertical axis, after which the whole cycle begins from the start again, at the generation 132. %e A179412 . . . . . . . . | . . . . . . . . %e A179412 . . . . . . . . | . . . . . . . . %e A179412 . . . . . o o . | . . . . . o o . %e A179412 . . . . o . o . | . . . . o . o . %e A179412 . . . . o o . . | . . . o . . o . %e A179412 . . . . o o . . | . . . . o o . . %e A179412 . . . . . . . . | . . . . . . . . %e A179412 . . . . . . . . | . . . . . . . . %e A179412 (generation 66) | (generation 67) %o A179412 (J programming language) \\ See Links section %Y A179412 Cf. A179413, A179414, A179409. %Y A179412 Cf. also A060118 (another input for the music project). %K A179412 nonn %O A179412 0,1 %A A179412 _Antti Karttunen_, Jul 27 2010