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!)
A286066 Positions of 1 in A286064; complement of A286065. 3
1, 2, 4, 6, 7, 8, 11, 12, 13, 14, 16, 18, 19, 20, 21, 24, 25, 26, 28, 30, 31, 32, 35, 36, 37, 38, 41, 42, 43, 45, 47, 48, 49, 50, 52, 54, 55, 56, 59, 60, 61, 62, 64, 66, 67, 68, 69, 72, 73, 74, 76, 78, 79, 80, 81, 83, 85, 86, 87, 90, 91, 92, 93, 96, 97, 98 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> 3/2.
LINKS
EXAMPLE
As a word, A286064 = 110101110011110101111001110......, in which 1 is in positions 1,2,4,6,7,8,11,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* A010060 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"0110" -> "1"}]
st = ToCharacterCode[w1] - 48 (* A286064 *)
Flatten[Position[st, 0]] (* A286065 *)
Flatten[Position[st, 1]] (* A286066 *)
CROSSREFS
Sequence in context: A015932 A030493 A165778 * A139527 A163578 A345918
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 08 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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)