login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


First occurrence of n as a term in the continued fraction for log(3).
0

%I #8 Jun 29 2015 03:02:53

%S 1,5,8,29,25,40,3,264,4,2,122,177,36,115,14,193,12,176,54,655,444,527,

%T 394,491,823,204,349,170,704,105,1331,10,129,558,20,2361,1680,2402,

%U 1420,155,457,99,1575,118,370,270,2486,1695,1572,666,680,658,5603,5287

%N First occurrence of n as a term in the continued fraction for log(3).

%o (PARI) (1500 precision digits) v=contfrac(log(3)); a(n)=if(n<0,0,s=1; while(abs(n-component(v,s))>0,s++); s)

%Y Cf. A032523.

%K base,nonn

%O 1,2

%A _Benoit Cloitre_, Oct 20 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 13:29 EDT 2024. Contains 376072 sequences. (Running on oeis4.)