The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A284473 Positions of 1 in A284471; complement of A284472. 4
1, 3, 6, 7, 9, 12, 14, 17, 18, 20, 24, 27, 29, 32, 33, 34, 36, 39, 40, 42, 45, 47, 50, 51, 53, 57, 60, 62, 65, 66, 68, 71, 73, 76, 77, 79, 83, 86, 88, 91, 92, 93, 95, 98, 99, 101, 104, 106, 109, 110, 112, 116, 120, 123, 125, 128, 129, 131, 135, 138, 140, 143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (1 + sqrt(13))/2.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {0, 1, 0, 0}}] &, {0}, 17]; (* A284471 *)
Flatten[Position[s, 0]]; (* A284472 *)
Flatten[Position[s, 1]]; (* A284473*)
CROSSREFS
Sequence in context: A131392 A131397 A176409 * A120684 A324927 A026227
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 June 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)