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!)
A286053 Positions of 0 in A286052; complement of A286054. 3
1, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 20, 21, 24, 25, 26, 28, 29, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 43, 44, 45, 46, 48, 49, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 64, 65, 67, 68, 69, 72, 73, 74, 75, 76, 77, 78, 80, 81, 83, 84, 85, 88, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 4/3.
LINKS
EXAMPLE
As a word, A286052 = 01000110000000100100..., in which 0 is in positions 1,3,4,5,3,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* Thue-Morse, A010060 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"101" -> "0"}]
st = ToCharacterCode[w1] - 48 (* A286052 *)
Flatten[Position[st, 0]] (* A286053 *)
Flatten[Position[st, 1]] (* A286054 *)
CROSSREFS
Sequence in context: A021747 A334631 A105020 * A112594 A188003 A120519
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 07 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 August 20 22:00 EDT 2024. Contains 375340 sequences. (Running on oeis4.)