OFFSET
0
COMMENTS
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..10000
Eric Weisstein's World of Mathematics, Rule 30
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
FORMULA
a(n) = 1 - A051023(n).
MATHEMATICA
A226474list[nmax_]:=CellularAutomaton[135, {{0}, 1}, {nmax, {{0}}}]; A226474list[200] (* Paolo Xausa, May 30 2023 *)
PROG
(Haskell)
a226474 = (1 -) . a051023
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 08 2013
STATUS
approved