OFFSET
0,2
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
LINKS
Robert Price, Table of n, a(n) for n = 0..999
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
MATHEMATICA
A261299list[nmax_]:=With[{ca=CellularAutomaton[30, {{1}, 0}, {nmax, {{0}}}]}, Array[FromDigits[Take[ca, #]]&, nmax+1]]; A261299list[25] (* Paolo Xausa, May 30 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Robert Price, Dec 05 2015
STATUS
approved