OFFSET
1,1
COMMENTS
Discovered by Stephen Wolfram in 1981.
Binary complement of A267843, the usual decimal representation of Rule 225: ON (black) cells are represented by 0 bits and OFF (white) cells by 1 bits here. The single start bit 0 is omitted. - Georg Fischer, Dec 19 2021
REFERENCES
S. Wolfram, A New Kind of Science, p. 58.
LINKS
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
FORMULA
Binary Cellular Automaton. {1, 1, 1}, {1, 1, 0}, {1, 0, 1}, {0, 0, 1} produce 1.
a(n) = A267843(n) XOR (2^(2*n+1) - 1) for n >= 1. - Georg Fischer, Dec 19 2021
MATHEMATICA
With[{k = Abs[Drop[CellularAutomaton[225, {{1}, 0}, 100], 1] - 1]}, Table[FromDigits[RotateLeft[k[[n]], n + 2], 2], {n, 1, Length[k]}]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ed Pegg Jr, Nov 20 2002
STATUS
approved