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!)
A285138 Positions of 1 in A285136; complement of A285137. 3
1, 3, 5, 10, 14, 15, 17, 19, 21, 26, 30, 31, 33, 35, 37, 42, 46, 47, 52, 53, 58, 59, 64, 65, 67, 69, 71, 76, 80, 81, 86, 87, 92, 93, 95, 97, 99, 104, 105, 107, 109, 114, 118, 119, 121, 123, 125, 130, 134, 135, 137, 139, 141, 146, 150, 151, 153, 155, 157, 162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -1 < n*r - a(n) < sqrt(3) for n>=1, where r = 1 + sqrt(3).
LINKS
EXAMPLE
As a word, A285136 = 10101000010..., in which 1 is in positions 1,3,5,10,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 0, 1}}] &, {0}, 11]; (* A285136 *)
Flatten[Position[s, 0]]; (* A285137 *)
Flatten[Position[s, 1]]; (* A285138 *)
CROSSREFS
Sequence in context: A001767 A360956 A273160 * A310018 A048214 A195094
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 20 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)