A111514 Decimal expansion of (abs(log_10(sine of 1 degree)))^(-1).
5, 6, 8, 7, 8, 1, 4, 0, 3, 7, 5, 9, 6, 4, 3, 9, 1, 1, 2, 7, 0, 3, 0, 2, 5, 7, 5, 3, 3, 2, 0, 7, 3, 8, 5, 4, 3, 9, 2, 4, 7, 5, 8, 2, 2, 6, 4, 6, 9, 2, 5, 8, 6, 7, 2, 8, 4, 9, 2, 0, 8, 9, 9, 6, 1, 5, 2, 5, 8, 7, 5, 6, 3, 6, 9, 6, 4, 2, 0, 6, 0, 2, 5, 7, 9, 8, 7, 9, 8, 1, 6, 0, 9, 5, 0, 7, 5, 5, 0, 4
Offset: 0
Crossrefs
Cf. A019810.
Programs
-
Maple
evalf(1/log[10](sin(Pi/180))); # R. J. Mathar, Apr 23 2009
-
Mathematica
RealDigits[1/Abs[Log10[Sin[1 Degree]]],10,120][[1]] (* Harvey P. Dale, Jul 30 2023 *)