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!)
A284488 Positions of 0 in A284487; complement of A284489. 6
1, 2, 5, 6, 11, 12, 15, 16, 21, 22, 25, 26, 29, 30, 33, 34, 39, 40, 43, 44, 49, 50, 53, 54, 59, 60, 63, 64, 69, 70, 73, 74, 77, 78, 81, 82, 87, 88, 91, 92, 97, 98, 101, 102, 105, 106, 109, 110, 115, 116, 119, 120, 125, 126, 129, 130, 135, 136, 139, 140, 145 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 0, 1, 1}}] &, {0}, 14]; (* A284487 *)
Flatten[Position[s, 0]]; (* A284488 *)
Flatten[Position[s, 1]]; (* A284489 *)
CROSSREFS
Sequence in context: A206332 A269966 A026344 * A322047 A057812 A329572
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 04 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 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)