|
| |
|
|
A005486
|
|
Decimal expansion of cube root of 6.
(Formerly M4466)
|
|
2
| |
|
|
1, 8, 1, 7, 1, 2, 0, 5, 9, 2, 8, 3, 2, 1, 3, 9, 6, 5, 8, 8, 9, 1, 2, 1, 1, 7, 5, 6, 3, 2, 7, 2, 6, 0, 5, 0, 2, 4, 2, 8, 2, 1, 0, 4, 6, 3, 1, 4, 1, 2, 1, 9, 6, 7, 1, 4, 8, 1, 3, 3, 4, 2, 9, 7, 9, 3, 1, 3, 0, 9, 7, 3, 9
(list; constant; 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
|
|
|
EXAMPLE
| 1.8171205928321396588912117563272605024282104631412196714813342979313097... [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 07 2009]
|
|
|
MATHEMATICA
| RealDigits[N[6^(1/3), 200]] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 27 2010]
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=6^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005486.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 07 2009]
|
|
|
CROSSREFS
| Cf. A002949 = Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 07 2009]
Sequence in context: A019717 A007404 A157697 * A010157 A195489 A200585
Adjacent sequences: A005483 A005484 A005485 * A005487 A005488 A005489
|
|
|
KEYWORD
| nonn,cons
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009
|
| |
|
|