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