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!)
A286905 Positions of 1 in A286903; complement of A286904. 3
1, 2, 5, 6, 9, 10, 11, 14, 15, 18, 19, 20, 23, 24, 27, 28, 31, 32, 33, 36, 37, 40, 41, 42, 45, 46, 49, 50, 53, 54, 55, 58, 59, 62, 63, 64, 67, 68, 71, 72, 73, 76, 77, 80, 81, 84, 85, 86, 89, 90, 93, 94, 95, 98, 99, 102, 103, 106, 107, 108, 111, 112, 115, 116 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) - a(n-1) is in {1,3} for n>=2, and a(n)/n -> -1 + 2*sqrt(2).
LINKS
EXAMPLE
As a word, A286804 = 11001100111001100111001..., in which 1 is in positions 1,2,5,6,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> 1, 1 -> {1, 1, 0}}] &, {1}, 7] (* A080764 *)
w = StringJoin[Map[ToString, s]]
w1 = StringReplace[w, {"0" -> "00"}]
st = ToCharacterCode[w1] - 48 ; (* A286903 *)
Flatten[Position[st, 0]]; (* A286904 *)
Flatten[Position[st, 1]]; (* A286905 *)
CROSSREFS
Sequence in context: A284492 A224779 A171888 * A028946 A213713 A031461
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 17 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 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)