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!)
A289105 Positions of 0 in A289104; complement of A289106. 3
1, 2, 4, 5, 6, 7, 8, 9, 11, 12, 13, 15, 16, 19, 20, 22, 23, 26, 27, 29, 31, 32, 33, 34, 37, 38, 40, 42, 43, 44, 45, 48, 51, 52, 54, 55, 56, 58, 60, 61, 62, 63, 66, 69, 70, 72, 73, 74, 76, 78, 79, 80, 82, 83, 84, 85, 88, 89, 91, 92, 95, 98, 99, 101, 102, 103 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (1 + sqrt(5))/2 = golden ratio = tau, and 1 < a(n)/n < tau for n >= 1.
LINKS
MATHEMATICA
z = 11; (* number of iterates *)
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "01" -> "011", "10" -> "000"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289104 *)
Flatten[Position[st, 0]] (* A289105 *)
Flatten[Position[st, 1]] (* A289106 *)
CROSSREFS
Sequence in context: A085007 A288992 A289017 * A289002 A039114 A188372
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 28 2017
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 July 15 12:21 EDT 2024. Contains 374332 sequences. (Running on oeis4.)