login
The OEIS is supported by the many generous donors 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)
6
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; text; 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
EXAMPLE
1.9129311827723891011991168...
MATHEMATICA
RealDigits[N[7^(1/3), 200]][[1]] (* 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)); } \\ Harry J. Smith, May 07 2009, corrected May 19 2009
CROSSREFS
Cf. A005483 (continued fraction). - Harry J. Smith, May 07 2009
Sequence in context: A068151 A199378 A318522 * A080504 A327958 A154490
KEYWORD
nonn,cons,easy
AUTHOR
EXTENSIONS
More terms from Olaf Voß, Feb 13 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)