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!)
A285976 Positions of 0 in A285975; complement of A285977. 3
1, 4, 6, 9, 11, 14, 16, 18, 21, 24, 26, 29, 31, 34, 37, 39, 41, 44, 46, 49, 51, 54, 56, 58, 61, 64, 66, 68, 71, 73, 76, 78, 81, 84, 86, 89, 91, 94, 96, 98, 101, 104, 106, 109, 111, 114, 117, 119, 121, 124, 126, 129, 131, 134, 137, 139, 142, 144, 147, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 5/2.
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: A285078 A186318 A186345 * A190373 A329784 A010387
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)