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 A246326 #14 Feb 04 2015 16:06:42 %S A246326 1,5,4,20,9,37,28,57,29,72,72,145,97,165,157,233,141,249,205,289,269, %T A246326 433,428,504,337,488,448,709,561,705,708,980,733,896,892,924,876,1141, %U A246326 1136,1372,1232,1373,1216,1628,1513,1857,1637,1992,1684,2136,2089,2260,2168,2428,2505,2700,2508,2812,2649,2945,2900,3216,3328 %N A246326 Total number of ON cells at stage n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 454". %D A246326 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175. %H A246326 Vincenzo Librandi, <a href="/A246326/b246326.txt">Table of n, a(n) for n = 0..200</a> %H A246326 N. J. A. Sloane, <a href="/A246326/a246326.pdf">Illustration of first 24 generations</a> %H A246326 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a> %t A246326 Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 454, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 130]] %t A246326 ArrayPlot /@ CellularAutomaton[{454, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23] %Y A246326 Cf. A169699, A246316, A246318, A246325. %K A246326 nonn %O A246326 0,2 %A A246326 _N. J. A. Sloane_, Aug 30 2014