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

A010638
Decimal expansion of cube root of 68.
1
4, 0, 8, 1, 6, 5, 5, 1, 0, 1, 9, 1, 7, 3, 4, 8, 0, 7, 0, 5, 6, 5, 7, 8, 1, 6, 1, 3, 2, 2, 6, 0, 4, 2, 9, 6, 5, 2, 0, 7, 2, 7, 6, 5, 8, 2, 4, 5, 3, 4, 3, 8, 9, 5, 5, 2, 0, 9, 3, 3, 9, 4, 0, 1, 3, 0, 2, 6, 5, 2, 7, 2, 8, 2, 2, 3, 3, 5, 6, 9, 6, 4, 4, 6, 3, 8, 1, 1, 3, 0, 9, 8, 7, 5, 0, 9, 9, 3, 3
OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..5000 (a(5000) corrected by Sean A. Irvine)
MATHEMATICA
RealDigits[N[68^(1/3), 100]][[1]] (* Vincenzo Librandi, Mar 28 2013 *)
PROG
(PARI) sqrtn(68, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A073467 A288096 A021249 * A123961 A020763 A229911
KEYWORD
nonn,cons
AUTHOR
STATUS
approved