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!)
A189668 Fixed point of the morphism 0->010, 1->100. 9
0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
LINKS
FORMULA
a(3k-2)=a(k), a(3k-1)=1-a(k), a(3k)=0 for k>=1, a(0)=0.
Conjecture: a(n) = 2n - 1 - A285347(n).
This conjecture is correct, and proved in A285347. - Michel Dekking, Sep 07 2022
EXAMPLE
0->010->010100010->
MATHEMATICA
t = Nest[Flatten[# /. {0->{0, 1, 0}, 1->{1, 0, 0}}] &, {0}, 5] (*A189668*)
f[n_] := t[[n]]
Flatten[Position[t, 0]] (*A189669*)
Flatten[Position[t, 1]] (*A189670*)
s[n_] := Sum[f[i], {i, 1, n}]; s[0] = 0;
Table[s[n], {n, 1, 120}] (*A189671*)
CROSSREFS
Sequence in context: A353674 A288512 A157687 * A353525 A353529 A286907
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 25 2011
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)