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!)
A284505 Fixed point of the morphism 0->1, 1->1100. 3
1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
Let u(n) = # 0's <= n and v(n) = # 1's <= n. Let r = (3+sqrt(3))/2 and s = sqrt(3), so that 1/r + 1/s = 1. Conjecture: -3 < n*r - u(n) < 4 and -2 < n*s - v(n) < 4 for n >= 1.
LINKS
EXAMPLE
0-> 1-> 1100-> 1100110011-> ...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {1, 1, 0, 0}}] &, {0}, 16]; (* A284505 *)
Flatten[Position[s, 0]]; (* A284506 *)
Flatten[Position[s, 1]]; (* A284507 *)
CROSSREFS
Sequence in context: A286903 A339052 A284490 * A285661 A265698 A267673
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 04 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 17 10:20 EDT 2024. Contains 372594 sequences. (Running on oeis4.)