OFFSET
1,3
COMMENTS
"Rauzy's sequence" with initial values 1, 1.
David Moews showed that a(n)/n converges to about 0.68756. - Jim Nastos, Jan 08 2003
LINKS
David Moews, Asymptotic behavior of Rauzy's sequence
Jeffrey Shallit, Ten Problems I Can't Solve (1.1 MB ps)
MATHEMATICA
a[1]=a[2]=1; a[n_] := a[n]=a[Floor[n/3]]+a[n-Floor[n/3]]; Table[a[n], {n, 0, 75}]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jim Nastos, Jun 17 2002
EXTENSIONS
Edited by N. J. A. Sloane and Robert G. Wilson v, Jun 23 2002
STATUS
approved