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!)
A016545 Continued fraction for log(35/2). 2
2, 1, 6, 3, 1, 8, 3, 1, 11, 3, 2, 3, 1, 1, 3, 6, 1, 950, 8, 1, 34, 1, 124, 2, 1, 2, 3, 1, 5, 1, 3, 1, 1, 5, 16, 7, 5, 2, 18, 1, 1, 11, 1, 1, 1, 4, 1, 2, 2, 4, 1, 1, 2, 12, 1, 1, 7, 1, 185, 2, 2, 38, 1, 8, 1, 710, 2, 1, 2, 1, 3, 2, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.862200880929468370288879955... = 2 + 1/(1 + 1/(6 + 1/(3 + 1/(1 + ...)))). - Harry J. Smith, May 27 2009
MATHEMATICA
ContinuedFraction[Log[35/2], 80] (* Harvey P. Dale, Dec 22 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(35/2)); for (n=1, 20000, write("b016545.txt", n, " ", x[n])); } \\ Harry J. Smith, May 27 2009
CROSSREFS
Cf. A016594 Decimal expansion. - Harry J. Smith, May 27 2009
Sequence in context: A006019 A201146 A065553 * A142977 A356601 A362997
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)