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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058293 Continued fraction for square root of 2Pi. 2
2, 1, 1, 37, 4, 1, 1, 1, 1, 9, 1, 1, 2, 8, 6, 1, 2, 2, 1, 3, 1, 4, 1, 1, 32, 1, 1, 5, 1, 1, 55, 6, 1, 1, 3, 1, 3, 3, 1, 3, 1, 1, 3, 4, 2, 1, 5, 1, 1, 2, 1, 95, 3, 1, 8, 1, 1, 1, 3, 22, 1, 1, 2, 1, 1, 7, 4, 5, 1, 1, 1, 204, 6, 2, 16, 1, 4, 1, 21, 1, 1, 1, 93, 1, 1, 71, 1, 2, 1, 1, 1, 1, 1, 1, 25, 1, 2, 5 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

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

G. Xiao, Contfrac

Index entries for continued fractions for constants

EXAMPLE

2.50662827463100050241576528... = 2 + 1/(1 + 1/(1 + 1/(37 + 1/(4 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009]

MATHEMATICA

ContinuedFraction[ Sqrt[2Pi], 100 ]

PROG

(PARI) contfrac(sqrt(2*Pi))

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(2*Pi)); for (n=0, 20000, write("b058293.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009]

CROSSREFS

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

Sequence in context: A093076 A132454 A182911 * A172092 A156888 A173890

Adjacent sequences:  A058290 A058291 A058292 * A058294 A058295 A058296

KEYWORD

cofr,nonn,easy

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 07 2000

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jul 03 2001

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 03:45 EST 2012. Contains 205978 sequences.