|
Search: id:A010240
|
|
|
| A010240 |
|
Continued fraction for cube root of 10. |
|
+0 2
|
|
| 2, 6, 2, 9, 1, 1, 2, 4, 1, 12, 1, 1, 1, 1, 57, 4, 2, 16, 1, 1, 1, 1, 9, 6, 2, 3, 1, 1, 12, 1, 4, 6, 2, 2, 1001, 3, 2, 6, 9, 1, 15, 1, 2, 1, 1, 27, 2, 1, 1, 21, 1, 11, 9, 2, 18, 15, 2, 25, 1, 1, 1, 1, 35, 30, 2, 4, 3, 10, 1, 3, 3, 4, 1, 1
(list; graph; listen)
|
|
|
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
|
10^(1/3) = 2.1544346900318837... = 2 + 1/(6 + 1/(2 + 1/(9 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2009]
|
|
PROGRAM
|
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(10^(1/3)); for (n=1, 20001, write("b010240.txt", n-1, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2009]
|
|
CROSSREFS
|
Cf. A010582 = Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 08 2009]
Sequence in context: A043294 A033641 A153190 this_sequence A002172 A126289 A154382
Adjacent sequences: A010237 A010238 A010239 this_sequence A010241 A010242 A010243
|
|
KEYWORD
|
nonn,cofr
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|