login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016573 Continued fraction for ln(91/2). 2
3, 1, 4, 2, 17, 6, 1, 2, 1, 4, 34, 1, 1, 1, 2, 5, 1, 4, 2, 1, 1, 2, 30, 2, 7, 4, 5, 2, 1, 2, 1, 2, 3, 1, 1, 1, 9, 6, 2, 5, 1, 7, 2, 1, 1, 1, 2, 1, 1, 4, 1, 3, 1, 13, 1, 5, 1, 7, 3, 1, 1, 1, 2, 37, 3, 1, 20, 1, 11, 1, 7, 1, 2, 1, 1, 18, 4, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,20000

G. Xiao, Contfrac

EXAMPLE

3.81771232595690473174160806... = 3 + 1/(1 + 1/(4 + 1/(2 + 1/(17 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 30 2009]

MATHEMATICA

ContinuedFraction[Log[91/2], 100] (* From Harvey P. Dale, Jul 24 2011 *)

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(91/2)); for (n=1, 20000, write("b016573.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 30 2009]

CROSSREFS

Cf. A016622 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 30 2009]

Sequence in context: A068028 A163359 A065256 * A191818 A055171 A101038

Adjacent sequences:  A016570 A016571 A016572 * A016574 A016575 A016576

KEYWORD

nonn,cofr

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:27 EST 2012. Contains 205998 sequences.