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!)
A284774 Positions of 1 in A284772; complement of A284773. 3
2, 5, 8, 10, 13, 16, 18, 21, 24, 27, 30, 32, 35, 38, 40, 43, 46, 49, 52, 54, 57, 60, 62, 65, 68, 70, 73, 76, 78, 81, 84, 87, 90, 92, 95, 98, 100, 103, 106, 109, 112, 114, 117, 120, 122, 125, 128, 130, 133, 136, 138, 141, 144, 147, 150, 152, 155, 158, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 2 for n >= 1, where r = 1 + sqrt(3).
LINKS
EXAMPLE
As a word, A284772 = 010010..., in which 1 is in positions 2,5,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {0, 0, 1, 0}}] &, {0}, 6] (* A284772 *)
Flatten[Position[s, 0]] (* A284773 *)
Flatten[Position[s, 1]] (* A284774 *)
CROSSREFS
Sequence in context: A182769 A126281 A117630 * A309095 A022843 A054088
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 14 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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)