cp's OEIS Frontend

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.

A246330 Total number of ON cells at stage n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 462".

Original entry on oeis.org

1, 5, 8, 21, 20, 32, 48, 65, 56, 84, 84, 112, 136, 196, 216, 297, 244, 300, 308, 268, 356, 396, 468, 572, 524, 544, 616, 744, 796, 900, 960, 1145, 1012, 1084, 1052, 1120, 1188, 1268, 1476, 1592, 1668, 1620, 1784, 1776, 1860, 2040, 2144, 2504, 2484, 2416, 2472, 2608, 2572, 2832, 3008, 3292, 3172, 3384, 3460, 3524, 3792
Offset: 0

Views

Author

N. J. A. Sloane, Aug 30 2014

Keywords

References

  • S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175.

Crossrefs

Programs

  • Mathematica
    Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 462, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 130]]
    ArrayPlot /@ CellularAutomaton[{462, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23]