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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005482 Decimal expansion of cube root of 7.
(Formerly M4592)
2
1, 9, 1, 2, 9, 3, 1, 1, 8, 2, 7, 7, 2, 3, 8, 9, 1, 0, 1, 1, 9, 9, 1, 1, 6, 8, 3, 9, 5, 4, 8, 7, 6, 0, 2, 8, 2, 8, 6, 2, 4, 3, 9, 0, 5, 0, 3, 4, 5, 8, 7, 5, 7, 6, 6, 2, 1, 0, 6, 4, 7, 6, 4, 0, 4, 4, 7, 2, 3, 4, 2, 7, 6, 1, 7, 9, 2, 3, 0, 7, 5, 6, 0, 0, 7, 5, 2, 5, 4, 4, 1, 4, 7, 7, 2, 8, 5, 7, 0, 9, 9, 0, 4, 5, 4 (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.9129311827723891011991168...

MATHEMATICA

RealDigits[N[7^(1/3), 200]][[1]] (* From Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)

PROG

(PARI) { default(realprecision, 20080); x=7^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005482.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 07 2009]

CROSSREFS

Cf. A005483 = Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 07 2009]

Sequence in context: A197830 A068151 A199378 * A080504 A154490 A051995

Adjacent sequences:  A005479 A005480 A005481 * A005483 A005484 A005485

KEYWORD

nonn,cons

AUTHOR

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

EXTENSIONS

More terms from Olaf Voss (richyfourtythree(AT)yahoo.com), Feb 13 2008

Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009

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 16 03:44 EST 2012. Contains 205860 sequences.