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!)
A285503 Positions of 1 in A285501; complement of A285502. 5
3, 4, 7, 8, 11, 12, 15, 16, 17, 18, 19, 20, 23, 24, 27, 28, 29, 30, 31, 32, 35, 36, 39, 40, 43, 44, 47, 48, 51, 52, 55, 56, 57, 58, 59, 60, 63, 64, 67, 68, 69, 70, 71, 72, 75, 76, 79, 80, 83, 84, 87, 88, 91, 92, 95, 96, 97, 98, 99, 100, 103, 104, 107, 108 (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, A285501 = 00110011..., in which 1 is in positions 3,4,7,8,11,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 0, 1, 1}}] &, {0}, 8] (* A285501 *)
Flatten[Position[s, 0]] (* A285502 *)
Flatten[Position[s, 1]] (* A285503 *)
CROSSREFS
Sequence in context: A187582 A288553 A295771 * A327221 A014601 A154708
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 August 24 23:37 EDT 2024. Contains 375418 sequences. (Running on oeis4.)