A210973 Decimal expansion of cube root of (3/4).
9, 0, 8, 5, 6, 0, 2, 9, 6, 4, 1, 6, 0, 6, 9, 8, 2, 9, 4, 4, 5, 6, 0, 5, 8, 7, 8, 1, 6, 3, 6, 3, 0, 2, 5, 1, 2, 1, 4, 1, 0, 5, 2, 3, 1, 5, 7, 0, 6, 0, 9, 8, 3, 5, 7, 4, 0, 6, 6, 7, 1, 4, 8, 9, 6, 5, 6, 5, 4, 8, 6, 9, 7, 2, 9
Offset: 0
Examples
0.908560296416069829445605878... = A002581 / A005480.
Links
- Chai Wah Wu, Table of n, a(n) for n = 0..10000
Programs
-
Maple
root[3](3/4) ;evalf(%) ; # R. J. Mathar, Sep 14 2012
-
Mathematica
RealDigits[Surd[3/4,3],10,120][[1]] (* Harvey P. Dale, Sep 27 2015 *)
-
PARI
sqrtn(3/4,3) \\ Charles R Greathouse IV, Apr 14 2014
Formula
(3/4)^(1/3).
A005486/2.
Comments