A111461 Decimal expansion of the fourth root of sine of 1 degree.
3, 6, 3, 4, 6, 6, 0, 3, 1, 8, 6, 7, 7, 2, 6, 4, 5, 3, 2, 1, 6, 2, 5, 2, 2, 2, 5, 2, 1, 9, 1, 4, 8, 0, 4, 9, 3, 6, 5, 1, 9, 5, 8, 9, 0, 8, 9, 9, 9, 4, 2, 7, 2, 2, 5, 6, 4, 0, 9, 3, 7, 7, 0, 1, 0, 7, 7, 4, 5, 2, 2, 4, 5, 3, 7, 6, 8, 9, 4, 1, 6, 7, 9, 4, 9, 0, 4, 3, 7, 4, 9, 9, 6, 5, 9, 9, 1, 9, 0, 0
Offset: 0
Examples
0.363466031867726453216252...
Crossrefs
Cf. A019810.
Programs
-
Maple
evalf(root[4](sin(Pi/180))) ; # R. J. Mathar, Oct 03 2011
-
Mathematica
RealDigits[Surd[Sin[1 Degree],4],10,120][[1]] (* Harvey P. Dale, Dec 15 2021 *)
-
PARI
sqrtn(sin(Pi/180),4) \\ Charles R Greathouse IV, Aug 26 2017
Extensions
Offset changed by Mohammad K. Azarian, Dec 11 2008
Comments