login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261299 Binary representation of the middle column of the "Rule 30" elementary cellular automaton starting with a single ON cell. 1
1, 11, 110, 1101, 11011, 110111, 1101110, 11011100, 110111001, 1101110011, 11011100110, 110111001100, 1101110011000, 11011100110001, 110111001100010, 1101110011000101, 11011100110001011, 110111001100010110, 1101110011000101100, 11011100110001011001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
LINKS
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
Sequence in context: A281088 A033137 A065829 * A081933 A109217 A266680
KEYWORD
nonn,easy
AUTHOR
Robert Price, Dec 05 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)