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!)
A285959 Positions of 1 in A285957; complement of A285958. 3
2, 6, 10, 15, 18, 22, 26, 29, 34, 38, 42, 47, 50, 55, 59, 63, 66, 70, 74, 79, 82, 86, 90, 93, 98, 102, 106, 109, 113, 117, 122, 125, 130, 134, 138, 143, 146, 150, 154, 157, 162, 166, 170, 175, 178, 183, 187, 191, 194, 198, 202, 207, 210, 215, 219, 223, 228 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 4.
LINKS
EXAMPLE
As a word, A285957 = 010001000100001..., in which 1 is in positions 1,3,4,5,7,8,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* Thue-Morse, A010060 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"01" -> "0"}]
st = ToCharacterCode[w1] - 48 (* A285957 *)
Flatten[Position[st, 0]] (* A285958 *)
Flatten[Position[st, 1]] (* A285959 *)
CROSSREFS
Sequence in context: A074105 A329657 A179777 * A288631 A276211 A190091
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 05 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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)