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!)
A284489 Positions of 1 in A284487; complement of A284488. 3
3, 4, 7, 8, 9, 10, 13, 14, 17, 18, 19, 20, 23, 24, 27, 28, 31, 32, 35, 36, 37, 38, 41, 42, 45, 46, 47, 48, 51, 52, 55, 56, 57, 58, 61, 62, 65, 66, 67, 68, 71, 72, 75, 76, 79, 80, 83, 84, 85, 86, 89, 90, 93, 94, 95, 96, 99, 100, 103, 104, 107, 108, 111, 112 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (1 + sqrt(13))/2.
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: A086986 A346126 A057811 * A026343 A080722 A092754
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 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)