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!)
A016569 Continued fraction for log(83/2). 2
3, 1, 2, 1, 1, 1, 4, 1, 1, 2, 11, 2, 5, 1, 3, 30, 1, 4, 1, 13, 2, 2, 2, 1, 1, 3, 4, 14, 13, 2, 1, 1, 1, 1, 1, 10, 1, 2, 1, 23, 1, 2, 2, 17, 1, 1, 3, 52, 1, 32, 1, 1, 1, 3, 2, 1, 2, 1, 1, 1, 8, 6, 1, 2, 1, 6, 1, 15, 2, 2, 1, 6, 3, 7, 35, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.725693427236652614058240101... = 3 + 1/(1 + 1/(2 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 29 2009
MATHEMATICA
ContinuedFraction[Log[83/2], 80] (* Harvey P. Dale, Nov 12 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(83/2)); for (n=1, 20000, write("b016569.txt", n, " ", x[n])); } \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016618 Decimal expansion. - Harry J. Smith, May 29 2009
Sequence in context: A176511 A243977 A328569 * A072801 A098872 A349473
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 25 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)