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!)
A285412 Positions of 0 in A285411; complement of A285413. 6
1, 3, 4, 6, 9, 11, 14, 16, 17, 19, 20, 22, 23, 25, 28, 30, 33, 35, 36, 38, 41, 43, 48, 50, 53, 55, 56, 58, 61, 63, 66, 68, 69, 71, 74, 76, 81, 83, 86, 88, 89, 91, 94, 96, 99, 101, 102, 104, 105, 107, 108, 110, 113, 115, 118, 120, 121, 123, 124, 126, 127, 129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: a(n)/n -> (61-sqrt(3))/26 = 2.279...
This conjecture is false. In fact, a(n)/n --> (5+sqrt(17))/ 4 = 2.28077..., the same limit as for A285401(n)/n. The reason is that the generating morphism for (a(n)) has the same incidence matrix as the generating morphism for A285177. - Michel Dekking, Feb 10 2021
LINKS
EXAMPLE
As a word, A285411 = 010010..., in which 0 is in positions 1,3,4,6,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 1, 0}}] &, {0}, 10] (* A285411 *)
Flatten[Position[s, 0]] (* A285412 *)
Flatten[Position[s, 1]] (* A285413 *)
CROSSREFS
Sequence in context: A268273 A034027 A184795 * A105527 A094345 A243302
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 27 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 May 27 16:21 EDT 2024. Contains 372880 sequences. (Running on oeis4.)