login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A284491
Positions of 0 in A284490; complement of A284492.
5
3, 4, 7, 8, 13, 14, 17, 18, 21, 22, 25, 26, 31, 32, 35, 36, 41, 42, 45, 46, 49, 50, 53, 54, 59, 60, 63, 64, 69, 70, 73, 74, 79, 80, 83, 84, 89, 90, 93, 94, 97, 98, 101, 102, 107, 108, 111, 112, 117, 118, 121, 122, 125, 126, 129, 130, 135, 136, 139, 140, 145
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 0, 1, 1}}] &, {0}, 15]; (* A284490 *)
Flatten[Position[s, 0]]; (* A284491 *)
Flatten[Position[s, 1]]; (* A284492 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 04 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 10:38 EDT 2024. Contains 376154 sequences. (Running on oeis4.)