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!)
A016476 Continued fraction for log(48). 2
3, 1, 6, 1, 3, 4, 4, 1, 13, 2, 4, 1, 22, 3, 2, 7, 3, 4, 1, 3, 4, 7, 11, 2, 1, 39, 1, 1, 1, 7, 8, 3, 1, 5, 4, 2, 6, 1, 1, 4, 35, 2, 45, 2, 1, 1, 6, 2, 1, 1, 3, 1, 3, 1, 13, 1, 3, 3, 26, 2, 17, 1, 1, 3, 1, 45, 1, 5, 1, 1, 1, 3, 2, 2, 1, 3, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.871201010907890929064173722... = 3 + 1/(1 + 1/(6 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[48], 100] (* Paolo Xausa, Mar 25 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(48)); for (n=1, 20000, write("b016476.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016671 (decimal expansion).
Sequence in context: A225599 A090049 A115364 * A293436 A293228 A169814
KEYWORD
nonn,cofr
AUTHOR
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 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)