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!)
A016568 Continued fraction for log(81/2). 2
3, 1, 2, 2, 1, 6, 1, 50, 1, 1, 1, 45, 1, 3, 4, 1, 1, 5, 27, 1, 10, 1, 1, 1, 1, 18, 1, 27, 7, 1, 1, 1, 3, 1, 49, 2, 9, 1, 20, 1, 5, 2, 1, 1, 2, 7, 3, 1, 36, 1, 2, 6, 1, 3, 26, 1, 54, 18, 1, 9, 4, 3, 1, 1, 16, 1, 1, 4, 1, 5, 4, 2, 2, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.701301974112493456163748826... = 3 + 1/(1 + 1/(2 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, May 29 2009
MATHEMATICA
ContinuedFraction[Log[81/2], 80] (* Harvey P. Dale, Jan 06 2014 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(81/2)); for (n=1, 20000, write("b016568.txt", n, " ", x[n])); } \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016617 Decimal expansion. - Harry J. Smith, May 29 2009
Sequence in context: A107033 A115110 A066635 * A327314 A021888 A115310
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 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)