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!)
A286065 Positions of 0 in A286064; complement of A286066. 3
3, 5, 9, 10, 15, 17, 22, 23, 27, 29, 33, 34, 39, 40, 44, 46, 51, 53, 57, 58, 63, 65, 70, 71, 75, 77, 82, 84, 88, 89, 94, 95, 99, 101, 105, 106, 111, 113, 118, 119, 123, 125, 129, 130, 135, 136, 140, 142, 147, 149, 153, 154, 159, 160, 164, 166, 170, 171, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 3.
LINKS
EXAMPLE
As a word, A286064 = 110101110011110101111001110......, in which 0 is in positions 3,4,9,10,15,...
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: A269399 A345916 A175468 * A316296 A344293 A063038
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)