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 A246328 #11 Feb 04 2015 16:08:50 %S A246328 1,9,25,32,101,57,156,153,309,185,389,345,613,460,669,721,1120,961, %T A246328 965,1104,1337,1237,1500,1524,2136,1824,2232,2260,2640,2649,2736,3092, %U A246328 3689,3144,3688,3932,3937,4228,4488,5013,5112,5012,5748,5945,6440,6216,7073,7396,7932,7412,8201,8348,8696,9237 %N A246328 Total number of ON cells at stage 2n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 459". %C A246328 The number of ON cells at stage 2n+1 is infinite. %D A246328 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175. %H A246328 N. J. A. Sloane, <a href="/A246328/a246328.pdf">Illustration of first 24 generations</a> %H A246328 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a> %t A246328 Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 459, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 130]] (* then take every other term *) %t A246328 ArrayPlot /@ CellularAutomaton[{459, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23] %Y A246328 Cf. A169699, A246316, A246318, A246325, A246326, ... %K A246328 nonn %O A246328 0,2 %A A246328 _N. J. A. Sloane_, Aug 30 2014