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!)
A288205 Positions of 1 in A288203; complement of A288204. 3
3, 6, 10, 13, 17, 21, 25, 28, 32, 36, 40, 44, 48, 52, 56, 59, 63, 67, 71, 75, 79, 83, 87, 91, 95, 99, 103, 107, 111, 115, 119, 122, 126, 130, 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, 174, 178, 182, 186, 190, 194, 198, 202, 206, 210, 214, 218, 222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
0 < 4 - a(n)/n < 1 for n >= 1.
LINKS
FORMULA
a(n) = Sum_{k=1..n} 4 - A036987(k) (conjecture). - Jon Maiga, Nov 25 2018
MATHEMATICA
s = {0, 0}; w[0] = StringJoin[Map[ToString, s]];
w[n_] := StringReplace[w[n - 1], {"00" -> "0010", "1" -> "010"}]
Table[w[n], {n, 0, 8}]
st = ToCharacterCode[w[11]] - 48 (* A288203 *)
Flatten[Position[st, 0]] (* A288204 *)
Flatten[Position[st, 1]] (* A288205 *)
CROSSREFS
Sequence in context: A356086 A310056 A189524 * A049880 A276219 A267593
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 07 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)