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!)
A010582 Decimal expansion of cube root of 10. 5
2, 1, 5, 4, 4, 3, 4, 6, 9, 0, 0, 3, 1, 8, 8, 3, 7, 2, 1, 7, 5, 9, 2, 9, 3, 5, 6, 6, 5, 1, 9, 3, 5, 0, 4, 9, 5, 2, 5, 9, 3, 4, 4, 9, 4, 2, 1, 9, 2, 1, 0, 8, 5, 8, 2, 4, 8, 9, 2, 3, 5, 5, 0, 6, 3, 4, 6, 4, 1, 1, 1, 0, 6, 6, 4, 8, 3, 4, 0, 8, 0, 0, 1, 8, 5, 4, 4, 1, 5, 0, 3, 5, 4, 3, 2, 4, 3, 2, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.1544346900318837217592935665193504952593449421921085824892355063464111... - Harry J. Smith, May 08 2009
MATHEMATICA
RealDigits[N[10^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
PROG
(PARI) { default(realprecision, 20080); x=10^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010582.txt", n, " ", d)); } \\ Harry J. Smith, May 08 2009
CROSSREFS
Cf. A010240 (continued fraction). - Harry J. Smith, May 08 2009
Sequence in context: A343809 A159930 A058344 * A266628 A283441 A262219
KEYWORD
nonn,cons
AUTHOR
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)