A348374 Decimal expansion of e + sin(1).
3, 5, 5, 9, 7, 5, 2, 8, 1, 3, 2, 6, 6, 9, 4, 1, 7, 4, 2, 0, 1, 2, 7, 8, 9, 7, 9, 2, 9, 8, 2, 9, 6, 1, 4, 9, 7, 3, 7, 9, 8, 1, 0, 1, 5, 4, 4, 9, 8, 3, 3, 0, 6, 4, 0, 6, 3, 9, 7, 1, 9, 3, 3, 7, 7, 1, 5, 9, 8, 7, 0, 3, 4, 7, 4, 4, 7, 8, 7, 2, 6, 3, 5, 2, 0, 0, 2, 1, 9, 2, 2, 0, 6, 8, 2, 1, 9, 1, 2, 3, 2, 8, 1, 8, 1
Offset: 1
Examples
3.55975281326694174201278979298296149737981015449833...
Links
- Alina Sȋntămărian, Problem 3920, Crux Mathematicorum, Vol. 40, No. 2 (2014), p. 75; Solution to Problem 3920, ibid., Vol. 41, No. 2 (2015), pp. 88-90.
Programs
-
Mathematica
RealDigits[E + Sin[1], 10, 100][[1]]
-
PARI
exp(1) + sin(1) \\ Stefano Spezia, Aug 20 2025