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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003117 Continued fraction for fifth root of 3.
(Formerly M3473)
2
1, 4, 14, 2, 1, 1, 3, 2, 29, 2, 1, 7, 1, 5, 2, 1, 1, 19, 12, 77, 2, 16, 2, 1, 1, 15, 1, 1, 3, 14, 5, 1, 3, 2, 1, 1, 1, 1, 1, 1, 5, 1, 463, 1, 379, 3, 5, 3, 11, 1, 7, 7, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 2, 1, 46, 17, 44, 1, 1, 1, 2, 24, 9, 1, 7, 4, 1, 2, 2, 1, 3, 2, 7, 1, 7, 1, 1, 2, 1, 1, 4, 1, 46, 8, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

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

G. Xiao, Contfrac

Index entries for continued fractions for constants

EXAMPLE

1.24573093961551732596668033... = 1 + 1/(4 + 1/(14 + 1/(2 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(3^(1/5)); for (n=1, 20000, write("b003117.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]

CROSSREFS

Cf. A005532 = Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 12 2009]

Sequence in context: A050629 A048558 A107775 * A156985 A138229 A131702

Adjacent sequences:  A003114 A003115 A003116 * A003118 A003119 A003120

KEYWORD

nonn,cofr

AUTHOR

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

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Sep 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 17 22:48 EST 2012. Contains 206085 sequences.