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!)
A284657 Positions of 0 in A284656; complement of A284658. 3
2, 5, 6, 9, 11, 14, 16, 19, 20, 23, 26, 29, 30, 33, 35, 38, 39, 42, 44, 47, 48, 51, 54, 57, 58, 61, 63, 66, 68, 71, 72, 75, 77, 80, 82, 85, 86, 89, 92, 95, 96, 99, 101, 104, 106, 109, 110, 113, 115, 118, 120, 123, 124, 127, 130, 133, 134, 137, 139, 142, 143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: -1 < n*r - a(n) < 3 for n >= 1, where r = (3+sqrt(3))/2.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 1, 1, 0}}] &, {0}, 7] (* A284656 *)
Flatten[Position[s, 0]] (* A284657 *)
Flatten[Position[s, 1]] (* A284658 *)
CROSSREFS
Sequence in context: A033161 A024516 A286341 * A230506 A236072 A055938
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 08 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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)