A111714 Decimal expansion of e^(cosine of 1 degree).
2, 7, 1, 7, 8, 6, 7, 8, 5, 2, 4, 9, 6, 3, 4, 9, 6, 1, 4, 0, 1, 7, 7, 1, 2, 7, 0, 6, 4, 6, 5, 0, 2, 0, 7, 3, 3, 4, 3, 8, 8, 7, 6, 5, 4, 2, 9, 7, 1, 5, 2, 3, 6, 2, 3, 7, 0, 7, 6, 9, 1, 2, 1, 7, 1, 3, 7, 6, 6, 7, 8, 7, 9, 4, 0, 5, 5, 0, 9, 6, 1, 6, 4, 7, 8, 1, 3, 0, 6, 7, 3, 3, 8, 0, 0, 6, 2, 4, 6, 5
Offset: 1
Examples
2.71786785249634961401...
Crossrefs
Cf. A019810.
Programs
-
Maple
evalf(exp(cos(Pi/180))) ; # R. J. Mathar, Oct 03 2011
-
Mathematica
RealDigits[E^Cos[1 Degree],10,120][[1]] (* Harvey P. Dale, Apr 30 2014 *)
-
PARI
exp(cos(Pi/180)) \\ Charles R Greathouse IV, Nov 26 2024