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!)
A285567 Positions of 1 in A285565; complement of A285566. 3
2, 3, 6, 7, 9, 10, 12, 13, 16, 17, 19, 20, 21, 22, 24, 25, 28, 29, 31, 32, 34, 35, 38, 39, 42, 43, 46, 47, 49, 50, 52, 53, 56, 57, 59, 60, 61, 62, 64, 65, 68, 69, 71, 72, 74, 75, 78, 79, 81, 82, 84, 85, 88, 89, 91, 92, 93, 94, 96, 97, 100, 101, 103, 104, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (1+sqrt(5))/2 = golden ratio (A001622).
LINKS
EXAMPLE
As a word, A285565 = 01100110..., in which 1 is in positions 2,3,6,7,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 1, 1, 0}}] &, {0}, 8] (* A285565 *)
Flatten[Position[s, 0]] (* A285566 *)
Flatten[Position[s, 1]] (* A285567 *)
CROSSREFS
Sequence in context: A188078 A188094 A047561 * A153123 A100913 A047285
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 30 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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)