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!)
A289241 Positions of 1 in A289239; complement of A289240. 3
3, 6, 8, 11, 16, 19, 23, 25, 30, 33, 37, 40, 43, 47, 49, 54, 57, 61, 64, 66, 71, 74, 78, 81, 84, 88, 90, 95, 98, 102, 105, 107, 110, 115, 119, 122, 124, 129, 131, 136, 139, 141, 146, 148, 151, 156, 160, 163, 165, 170, 172, 177, 180, 183, 185, 190, 194, 197 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2+sqrt(2)..., and 0 < 2+sqrt(2)-a(n)/n < = 1 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" -> "100", "10" -> "010"}]
TableForm[Table[w[n], {n, 0, 10}]]
st = ToCharacterCode[w[z]] - 48 (* A289239 *)
Flatten[Position[st, 0]] (* A289240 *)
Flatten[Position[st, 1]] (* A289241 *)
CROSSREFS
Sequence in context: A190430 A188018 A360532 * A234307 A175769 A352211
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 01 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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)