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!)
A016536 Continued fraction for log(17/2). 2
2, 7, 7, 5, 1, 9, 1, 1, 2, 11, 4, 1, 1, 3, 1, 1, 14, 1, 2, 3, 1, 4, 1, 8, 2, 1, 1, 2, 2, 1, 1, 1, 2, 6, 2, 51, 1, 1, 25, 1, 2, 18, 1, 1, 3, 3, 3, 1, 1, 2, 3, 1, 3, 8, 5, 1, 2, 6, 14, 1, 9, 3, 1, 1, 7, 2, 1, 2, 33, 1, 1, 2, 3, 2, 1, 4, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.140066163496270770832302496... = 2 + 1/(7 + 1/(7 + 1/(5 + 1/(1 + ...)))). - Harry J. Smith, May 26 2009
MATHEMATICA
ContinuedFraction[Log[17/2], 120] (* Harvey P. Dale, Aug 06 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(17/2)); for (n=1, 20000, write("b016536.txt", n, " ", x[n])); } \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016585 Decimal expansion. - Harry J. Smith, May 26 2009
Sequence in context: A344520 A021977 A057105 * A189960 A230160 A063503
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 July 23 21:46 EDT 2024. Contains 374575 sequences. (Running on oeis4.)