OFFSET
0,2
COMMENTS
If we subtract 1 and divide by 4, the result (A253080) almost looks like it should have a simple recurrence. It would be nice to know more.
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175.
LINKS
MATHEMATICA
Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 489, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 200]] (* then subtract the odd-indexed terms from 201^2 (a constant which depends on Mathematica's choice of grid size) *)
ArrayPlot /@ CellularAutomaton[{489, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23]
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 04 2015
STATUS
approved