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!)
A284470 Positions of 1 in A284468; complement of A284469. 3
2, 5, 7, 10, 11, 13, 17, 20, 22, 25, 26, 28, 31, 33, 36, 37, 39, 43, 46, 48, 51, 52, 53, 55, 58, 59, 61, 64, 66, 69, 70, 72, 76, 80, 83, 85, 88, 89, 91, 95, 98, 100, 103, 104, 106, 109, 111, 114, 115, 117, 121, 124, 126, 129, 130, 131, 133, 136, 137, 139 (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, 1, 0, 0}}] &, {0}, 16]; (* A284468 *)
Flatten[Position[s, 0]]; (* A284469 *)
Flatten[Position[s, 1]]; (* A284470*)
CROSSREFS
Sequence in context: A330777 A259749 A067934 * A112730 A288602 A049842
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 02 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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)