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”).

A010657
Decimal expansion of cube root of 87.
1
4, 4, 3, 1, 0, 4, 7, 6, 2, 1, 6, 9, 3, 6, 3, 4, 1, 5, 9, 2, 2, 9, 4, 5, 3, 1, 5, 5, 9, 8, 8, 6, 8, 7, 4, 5, 8, 9, 2, 4, 6, 4, 8, 8, 6, 8, 8, 5, 2, 2, 3, 4, 6, 6, 3, 0, 6, 1, 9, 4, 8, 8, 7, 4, 6, 5, 6, 2, 6, 2, 8, 4, 8, 7, 9, 6, 3, 8, 0, 4, 7, 4, 0, 1, 5, 0, 4, 4, 5, 4, 4, 6, 4, 7, 9, 8, 2, 5, 9
OFFSET
1,1
LINKS
MATHEMATICA
RealDigits[N[87^(1/3), 100]][[1]] (* Vincenzo Librandi, Mar 29 2013 *)
PROG
(PARI) sqrtn(87, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A340196 A016707 A131080 * A019706 A016497 A259259
KEYWORD
nonn,cons
AUTHOR
STATUS
approved