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

A010595
Decimal expansion of cube root of 23.
1
2, 8, 4, 3, 8, 6, 6, 9, 7, 9, 8, 5, 1, 5, 6, 5, 4, 7, 7, 6, 9, 5, 4, 3, 9, 4, 0, 0, 9, 5, 8, 6, 5, 1, 8, 5, 2, 7, 6, 4, 1, 6, 5, 1, 7, 2, 7, 3, 7, 0, 4, 8, 1, 0, 4, 6, 5, 3, 4, 2, 5, 2, 3, 0, 2, 3, 5, 4, 4, 0, 8, 6, 0, 9, 6, 8, 5, 4, 9, 8, 7, 6, 0, 6, 4, 7, 3, 6, 6, 4, 0, 5, 4, 4, 4, 3, 1, 0, 2
OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..5000 (a(5000) corrected by Sean A. Irvine)
EXAMPLE
Equals 2.84386697985156547769543940095865185276416517273704810465... - Muniru A Asiru, Feb 07 2019
MAPLE
evalf[100](23^(1/3)); # Muniru A Asiru, Feb 07 2019
MATHEMATICA
RealDigits[N[23^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 07 2012 *)
PROG
(PARI) sqrtn(23, 3) \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
Cf. A010253 (continued fraction).
Sequence in context: A093823 A088154 A085993 * A109594 A329661 A373098
KEYWORD
nonn,cons
STATUS
approved