A111474 Decimal expansion of the cube root of sine of 1 degree.
2, 5, 9, 3, 8, 9, 1, 3, 0, 1, 7, 2, 1, 8, 2, 3, 8, 2, 9, 7, 6, 2, 0, 2, 7, 6, 9, 4, 8, 2, 1, 8, 1, 0, 7, 0, 5, 1, 9, 2, 9, 1, 1, 6, 7, 1, 0, 6, 2, 0, 8, 7, 3, 9, 4, 5, 1, 9, 5, 0, 8, 5, 5, 3, 3, 9, 0, 2, 0, 3, 5, 9, 7, 7, 6, 0, 5, 9, 1, 1, 9, 6, 3, 9, 6, 6, 9, 2, 5, 7, 4, 1, 8, 4, 4, 3, 4, 8, 8, 7
Offset: 0
Examples
0.2593891...
Programs
-
Maple
evalf(root[3](sin(Pi/180))) ; # R. J. Mathar, Oct 03 2011
-
Mathematica
RealDigits[N[Sin[Pi/180]^(1/3),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 04 2012 *)
-
PARI
sin(Pi/180)^(1/3) \\ Charles R Greathouse IV, Apr 14 2014
Formula
Cube root of A019810.
Extensions
Offset to 0 by Mohammad K. Azarian, Dec 11 2008
Comments