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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051008 Continued fraction expansion of sqrt(2*log(2)). 2
1, 5, 1, 1, 1, 3, 27, 1, 1, 1, 1, 24, 1, 3, 1, 24, 1, 6, 1, 8, 1, 11, 1, 3, 1079, 1, 3, 1, 1, 6, 1, 3, 10, 167, 1, 5, 1, 1, 2, 4, 6, 2, 1, 3, 2, 1, 2, 2, 9, 4, 5, 1, 20, 1, 3, 1, 2, 1, 19, 12, 4, 2, 1, 2, 4, 46, 2, 3, 20, 2, 1, 1, 2, 1, 5, 1, 1, 1, 1, 1, 1, 2, 3, 2, 6, 1, 2, 1, 13, 12, 4, 2, 1, 2, 19, 2, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

Index entries for continued fractions for constants

EXAMPLE

1.177410022515474691011569326... = 1 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 20 2009]

MAPLE

1.1774100225154746910115693264596996...

MATHEMATICA

ContinuedFraction[Sqrt[2Log[2]], 100] (* From Harvey P. Dale, Aug 10 2011 *)

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(2*log(2))); for (n=1, 20000, write("b051008.txt", n, " ", x[n])) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 20 2009]

CROSSREFS

Cf. A064619.

Sequence in context: A094635 A075463 A026518 * A109768 A069293 A066803

Adjacent sequences:  A051005 A051006 A051007 * A051009 A051010 A051011

KEYWORD

nonn,cofr

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jun 07 2002

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 16 10:32 EST 2012. Contains 205904 sequences.