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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058304 Continued fraction for Liouville's number (A012245). 2
0, 9, 11, 99, 1, 10, 9, 999999999999, 1, 8, 10, 1, 99, 11, 9, 999999999999999999999999999999999999999999999999999999999999999999999999, 1, 8, 11, 99, 1, 10, 8, 1, 999999999999, 9, 10, 1, 99, 11, 9 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

Harold M. Stark, "An Introduction to Number Theory," The MIT Press, Cambridge, MA and London, England, Eighth Printing, 1994, pages 172 - 177.

LINKS

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

G. Xiao, Contfrac

Index entries for continued fractions for constants

Eric Weisstein's World of Mathematics, Liouville's Constant

EXAMPLE

0.1100010000000000000000010... = 0 + 1/(9 + 1/(11 + 1/(99 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 15 2009]

MATHEMATICA

ContinuedFraction[ Sum[ 1 /10^(n!), {n, 1, 7} ], 40 ]

PROG

(PARI) { allocatemem(932245000); default(realprecision, 200000); x=contfrac(suminf(n=1, 1.0/10^n!)); for (n=1, 255, write("b058304.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 15 2009]

CROSSREFS

Cf. A012245.

Sequence in context: A137016 A053886 A137020 * A027727 A019328 A119786

Adjacent sequences:  A058301 A058302 A058303 * A058305 A058306 A058307

KEYWORD

cofr,nonn

AUTHOR

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

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 14 11:36 EST 2012. Contains 205623 sequences.