login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A010628
Decimal expansion of cube root of 57.
1
3, 8, 4, 8, 5, 0, 1, 1, 3, 1, 2, 7, 6, 8, 0, 5, 0, 6, 8, 7, 0, 2, 2, 9, 0, 2, 5, 9, 5, 2, 5, 0, 2, 5, 3, 1, 7, 1, 2, 8, 4, 0, 5, 5, 2, 2, 7, 7, 5, 4, 6, 1, 2, 1, 0, 6, 2, 6, 7, 9, 7, 7, 2, 0, 1, 3, 6, 7, 6, 8, 9, 1, 8, 2, 7, 6, 9, 2, 3, 4, 5, 6, 9, 6, 9, 9
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[Power[57, (3)^-1], 10, 140][[1]] (* Harvey P. Dale, Oct 24 2011 *)
PROG
(PARI) sqrtn(57, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A303215 A240242 A340782 * A225456 A366271 A212886
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Corrected and extended by Harvey P. Dale, Oct 24 2011
STATUS
approved