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!)
A285977 Positions of 1 in A285975; complement of A285976. 3
2, 3, 5, 7, 8, 10, 12, 13, 15, 17, 19, 20, 22, 23, 25, 27, 28, 30, 32, 33, 35, 36, 38, 40, 42, 43, 45, 47, 48, 50, 52, 53, 55, 57, 59, 60, 62, 63, 65, 67, 69, 70, 72, 74, 75, 77, 79, 80, 82, 83, 85, 87, 88, 90, 92, 93, 95, 97, 99, 100, 102, 103, 105, 107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 5/3.
This conjecture can be proved in the same way as for A284626, by showing that the frequency of the letter 1 in A285975 is equal to 3/5 - Michel Dekking, Sep 22 2017
LINKS
EXAMPLE
As a word, A285975 = 011010110101101010110110..., in which 0 is in positions 1,4,6,9,11,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* Thue-Morse, A010060 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"00" -> "0"}]
st = ToCharacterCode[w1] - 48 (* A285975 *)
Flatten[Position[st, 0]] (* A285976 *)
Flatten[Position[st, 1]] (* A285977 *)
CROSSREFS
Sequence in context: A028738 A047222 A028763 * A186344 A186317 A285077
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 06 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)