OFFSET
0,2
COMMENTS
See A038184 for decimal equivalents.
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
LINKS
Eric Weisstein's World of Mathematics, Rule 150
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
S. Wolfram, A New Kind of Science
MATHEMATICA
rule = 150; rows = 20; Table[FromDigits[Table[Take[CellularAutomaton[rule, {{1}, 0}, rows-1, {All, All}][[k]], {rows-k+1, rows+k-1}], {k, 1, rows}][[k]]], {k, 1, rows}] (* Robert Price, Feb 21 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Apr 13 2006 and N. J. A. Sloane, Jul 28 2014, combined into one entry by N. J. A. Sloane, Oct 20 2015
STATUS
approved