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

A010667
Decimal expansion of cube root of 97.
1
4, 5, 9, 4, 7, 0, 0, 8, 9, 2, 2, 0, 7, 0, 3, 9, 8, 0, 6, 0, 9, 4, 2, 9, 6, 4, 6, 4, 4, 2, 2, 3, 0, 8, 9, 8, 9, 1, 2, 0, 9, 7, 5, 4, 9, 2, 7, 1, 9, 0, 4, 9, 6, 9, 2, 2, 2, 1, 3, 9, 0, 6, 1, 2, 7, 2, 4, 9, 1, 9, 0, 9, 9, 8, 8, 0, 4, 7, 1, 1, 8, 9, 2, 6, 2, 7, 2, 5, 8, 4, 2, 6, 2, 3, 0, 2, 9, 8, 5
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[97^(1/3), 100]][[1]] (* Vincenzo Librandi, Mar 31 2013 *)
PROG
(PARI) sqrtn(97, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Sequence in context: A274412 A168429 A195787 * A371336 A016722 A030139
KEYWORD
nonn,cons
AUTHOR
STATUS
approved