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!)
A284959 Positions of 1 in A284957; complement of A284958. 4
1, 3, 5, 10, 12, 14, 16, 21, 23, 25, 27, 32, 37, 42, 47, 49, 51, 53, 58, 60, 62, 64, 69, 71, 73, 75, 80, 82, 84, 86, 91, 96, 101, 106, 108, 110, 112, 117, 119, 121, 123, 128, 130, 132, 134, 139, 141, 143, 145, 150, 155, 160, 165, 167, 169, 171, 176, 181, 186 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (3 + sqrt(13))/2.
LINKS
EXAMPLE
As a word, A284957 = 10101000010..., in which 1 is in positions 1,3,5,10,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 0}}] &, {0}, 9]; (* A284957 *)
Flatten[Position[s, 0]]; (* A284958 *)
Flatten[Position[s, 1]]; (* A284959 *)
CROSSREFS
Sequence in context: A321793 A075741 A119133 * A336531 A285415 A275668
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 18 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 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)