OFFSET
0,2
REFERENCES
S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 156.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
FORMULA
Conjecture : a(n) is asymptotic to c*n where c=12*(log(2)/Pi)^2=log(2)*Levy's constant=0.58416081665664902187922697....
MATHEMATICA
Table[Length[ContinuedFraction[(3/2)^n]], {n, 0, 100}] (* G. C. Greubel, Mar 23 2017 *)
PROG
(PARI) a(n)=length(contfrac((3/2)^n))
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 31 2004
STATUS
approved