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!)
A286338 Positions of 1 in A286336; complement of A286337. 3
5, 6, 9, 14, 16, 17, 23, 24, 27, 29, 30, 36, 41, 42, 45, 50, 52, 53, 59, 64, 65, 68, 70, 71, 77, 78, 81, 86, 88, 89, 95, 96, 99, 101, 102, 108, 113, 114, 117, 119, 120, 126, 127, 130, 135, 137, 138, 144, 149, 150, 153, 158, 160, 161, 167, 168, 171, 173, 174 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 3.
LINKS
EXAMPLE
As a word, A286336 = 0000110010000101100000110..., in which 1 is in positions 5,6,9,14,16,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 0}}] &, {0}, 9] (* A010060 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"1101" -> "0"}]
st = ToCharacterCode[w1] - 48 (* A286336 *)
Flatten[Position[st, 0]] (* A286337 *)
Flatten[Position[st, 1]] (* A286338 *)
CROSSREFS
Sequence in context: A341301 A218735 A301658 * A344231 A117951 A328115
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)