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!)
A016577 Continued fraction for log(99/2). 2
3, 1, 9, 4, 1, 31, 1, 1, 5, 7, 4, 2, 6, 2, 1, 5, 14, 2, 4, 1, 1, 3, 1, 22, 2, 3, 2, 2, 2, 1, 12, 2, 1, 1, 1, 1, 1, 2, 6, 2, 2, 4, 1, 7, 2, 1, 9, 27, 2, 1, 14, 6, 1, 4, 6, 2, 48, 2, 7, 17, 10, 1, 1, 4, 2, 2, 2, 2, 5, 7, 1, 19, 1, 1, 1, 2, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac.
EXAMPLE
3.901972669574644617435201930... = 3 + 1/(1 + 1/(9 + 1/(4 + 1/(1 + ...)))). - Harry J. Smith, May 30 2009
MATHEMATICA
ContinuedFraction[Log[99/2], 100] (* Paolo Xausa, Apr 05 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(99/2)); for (n=1, 20000, write("b016577.txt", n, " ", x[n])); } \\ Harry J. Smith, May 30 2009
CROSSREFS
Cf. A016626 (decimal expansion).
Sequence in context: A285266 A067417 A187887 * A308704 A270702 A124573
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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)