The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A286340 Positions of 0 in A286339; complement of A286341. 3
1, 3, 4, 7, 8, 10, 12, 13, 15, 18, 19, 21, 22, 25, 26, 28, 31, 32, 34, 35, 37, 39, 40, 43, 44, 46, 48, 49, 51, 54, 55, 57, 58, 60, 62, 63, 66, 67, 69, 72, 73, 75, 76, 79, 80, 82, 84, 85, 87, 90, 91, 93, 94, 97, 98, 100, 103, 104, 106, 107, 109, 111, 112, 115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) - a(n-1) is in {1,2,3} for n>=2. Conjecture: a(n)/n -> 9/5.
LINKS
EXAMPLE
As a word, A286339 = 01001100101001011001001100..., in which 0 is in positions 1,3,4,7,8,10,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* A010060 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"1101" -> "1"}]
st = ToCharacterCode[w1] - 48 (* A286339 *)
Flatten[Position[st, 0]] (* A286340 *)
Flatten[Position[st, 1]] (* A286341 *)
CROSSREFS
Sequence in context: A091934 A178482 A284658 * A024515 A187835 A184820
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 09 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 May 13 11:43 EDT 2024. Contains 372504 sequences. (Running on oeis4.)