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!)
A016576 Continued fraction for log(97/2). 2
3, 1, 7, 2, 3, 1, 10, 1, 1, 1, 6, 1, 5, 32, 2, 1, 1, 10, 1, 3, 1, 1, 2, 3, 1, 32, 1, 1, 3, 18, 1, 3, 2, 1, 8, 1, 3, 1, 60, 1, 1, 1, 2, 6, 2, 1, 4, 1, 159, 1, 3, 1, 1, 1, 1, 1, 1, 8, 1, 52, 1, 1, 2, 29, 1, 2, 22, 5, 11, 3, 3, 2, 1, 1, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.881563797943437512699489500... = 3 + 1/(1 + 1/(7 + 1/(2 + 1/(3 + ...)))). - Harry J. Smith, May 30 2009
MATHEMATICA
ContinuedFraction[Log[97/2], 100] (* Harvey P. Dale, Aug 18 2016 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(97/2)); for (n=1, 20000, write("b016576.txt", n, " ", x[n])); } \\ Harry J. Smith, May 30 2009
CROSSREFS
Cf. A016625 Decimal expansion. - Harry J. Smith, May 30 2009
Sequence in context: A284877 A169659 A091724 * A073874 A065287 A065263
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 August 12 16:35 EDT 2024. Contains 375113 sequences. (Running on oeis4.)