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!)
A285502 Positions of 0 in A285501; complement of A285503. 5
1, 2, 5, 6, 9, 10, 13, 14, 21, 22, 25, 26, 33, 34, 37, 38, 41, 42, 45, 46, 49, 50, 53, 54, 61, 62, 65, 66, 73, 74, 77, 78, 81, 82, 85, 86, 89, 90, 93, 94, 101, 102, 105, 106, 113, 114, 117, 118, 121, 122, 125, 126, 129, 130, 133, 134, 141, 142, 145, 146, 153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (3+sqrt(5))/2.
LINKS
EXAMPLE
As a word, A285501 = 00110011..., in which 0 is in positions 1,2,5,6,9,...
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: A042963 A327220 A166097 * A276883 A288552 A187583
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 April 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)