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!)
A289153 Length of n-th iterate of the mapping 00->0010, 01->100, 10->000 in A289235. 2
2, 4, 7, 12, 22, 39, 68, 122, 217, 385, 687, 1224, 2181, 3895, 6945, 12363, 22001, 39161, 69711, 124107, 220901, 393356, 700465, 1247432, 2221413, 3955905, 7044756, 12545540, 22340117, 39782044, 70842477 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
z = 22; (* number of iterates *)
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "01" -> "100", "10" -> "000"}];
st = ToCharacterCode[w[z]] - 48 ; (* A289235 *)
v = Table[StringLength[w[n]], {n, 0, 30}] (* A289153 *)
CROSSREFS
Cf. A289235.
Sequence in context: A287439 A026713 A288996 * A289019 A254685 A002573
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 29 2017
EXTENSIONS
Name corrected by Michel Dekking, Mar 02 2022
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)