|
| |
|
|
A002949
|
|
Continued fraction for cube root of 6.
(Formerly M3202)
|
|
3
| |
|
|
1, 1, 4, 2, 7, 3, 508, 1, 5, 5, 1, 1, 1, 2, 1, 1, 24, 1, 1, 1, 3, 3, 30, 4, 10, 158, 6, 1, 1, 2, 12, 1, 10, 1, 1, 3, 2, 1, 1, 89, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 7, 1, 2, 18, 1, 17, 2, 2, 10, 14, 3, 1, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
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
| 6^(1/3) = 1.81712059283213965... = 1 + 1/(1 + 1/(4 + 1/(2 + 1/(7 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(6^(1/3)); for (n=1, 20000, write("b002949.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2009]
|
|
|
CROSSREFS
| Cf. A005486 = Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2009]
Sequence in context: A123684 A180076 A169756 * A197026 A195779 A130849
Adjacent sequences: A002946 A002947 A002948 * A002950 A002951 A002952
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|