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 A268284 #31 Sep 08 2022 08:46:15 %S A268284 18,20,28,20,20,22,18,22,20,16,12,22,18,40,18,18,20,28,20,20,22,18,22, %T A268284 20,16,12,22,18,40,18,18,20,28,20,20,22,18,22,20,16,12,22,18,40,18,18, %U A268284 20,28,20,20,22,18,22,20,16,12,22,18,40,18,18,20,28,20,20,22,18,22,20,16,12,22,18,40,18 %N A268284 Period 15: repeat {18, 20, 28, 20, 20, 22, 18, 22, 20, 16, 12, 22, 18, 40, 18}. %C A268284 Number of living cells periodic figure (oscillators: pentadecathlon (period 15)) in the Conway's Game of Life (rule B3/S23: see Graphical example in Links section). %H A268284 Golly, <a href="http://golly.sourceforge.net">Cross-platform application for exploring Conway's Game of Life and other cellular automata</a> %H A268284 Ilya Gutkovskiy, <a href="/A268284/a268284.txt">Graphical example (generation 0-15)</a> %H A268284 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GameofLife.html">Game of Life</a> %H A268284 Wikipedia, <a href="https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Conway's Game of Life</a> %H A268284 Wikipedia, <a href="https://en.wikipedia.org/wiki/Oscillator_(cellular_automaton)">Oscillator (cellular automaton)</a> %H A268284 <a href="/index/Rec#order_15">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,0,0,0,0,0,1). %F A268284 For k>=0: %F A268284 a((30*k - 2*sin((Pi*k)/2) - 18*cos((Pi*k)/2) - cos(Pi*k) + 19)/8) = 18; %F A268284 a((30*k + 10*sin((Pi*k)/2) + 18*cos((Pi*k)/2) + 3*cos(Pi*k) - 13)/8) = 20; %F A268284 a(15*k + 2) = 28; %F A268284 a(15*k + 9) = 16; %F A268284 a(15*k + 10) = 12; %F A268284 a(15*k + 13) = 40. %e A268284 Start pattern (see Graphical example in Links section): %e A268284 |. . . . . . . . . . . . . . . .| . . . . . . . . . . . . . . . .| %e A268284 |. . . . . . . . . . . . . . . .| . . . . . . . . . . . . . . . .| %e A268284 |. . . . o . . . . . . o . . . .| . . . o o . . . . . . o o . . .| %e A268284 |. . . o o . . . . . . o o . . .| . . o . . o . . . . o . . o . .| %e A268284 |. . o o o . . . . . . o o o . .| . . o . . o . . . . o . . o . .| %e A268284 |. . . o o . . . . . . o o . . .| . . o . . o . . . . o . . o . .| %e A268284 |. . . . o . . . . . . o . . . .| . . . o o . . . . . . o o . . .| %e A268284 |. . . . . . . . . . . . . . . .| . . . . . . . . . . . . . . . .| %e A268284 |. . . . . . . . . . . . . . . .| . . . . . . . . . . . . . . . .| %e A268284 |(generation 0) |(generation 1), etc. | %t A268284 LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1}, {18, 20, 28, 20, 20, 22, 18, 22, 20, 16, 12, 22, 18, 40, 18}, 80] %o A268284 (Magma) &cat[[18,20,28,20,20,22,18,22,20,16,12,22,18,40,18]^^7]; // _Vincenzo Librandi_, Jan 30 2016 %o A268284 (PARI) a(n)=2*[9, 10, 14, 10, 10, 11, 9, 11, 10, 8, 6, 11, 9, 20, 9][n%15+1] \\ _Charles R Greathouse IV_, Jul 17 2016 %Y A268284 Cf. A061342, A152389, A179409. %K A268284 nonn,easy %O A268284 0,1 %A A268284 _Ilya Gutkovskiy_, Jan 30 2016