|
Search: id:A002949
|
|
|
| A002949 |
|
Continued fraction for cube root of 6. (Formerly M3202)
|
|
+0 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; listen)
|
|
|
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]
|
|
PROGRAM
|
(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: A026189 A026213 A123684 this_sequence A130849 A138754 A021963
Adjacent sequences: A002946 A002947 A002948 this_sequence A002950 A002951 A002952
|
|
KEYWORD
|
nonn,cofr
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|