A019784 Decimal expansion of sqrt(e)/11.
1, 4, 9, 8, 8, 3, 7, 5, 1, 8, 8, 1, 8, 2, 9, 8, 3, 1, 5, 3, 1, 6, 9, 5, 5, 2, 6, 1, 6, 4, 9, 2, 3, 9, 6, 1, 0, 5, 9, 4, 3, 4, 1, 9, 0, 9, 7, 3, 6, 4, 9, 8, 1, 9, 2, 3, 4, 0, 9, 8, 1, 1, 9, 2, 4, 0, 0, 6, 0, 0, 9, 2, 8, 3, 5, 8, 3, 7, 7, 8, 2, 6, 0, 2, 9, 7, 9, 6, 8, 3, 6, 4, 1, 4, 8, 7, 8, 7, 6
Offset: 0
Examples
0.149883751881829831531695526164923961...
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
- Index entries for transcendental numbers.
Crossrefs
Cf. A019774.
Programs
-
Mathematica
RealDigits[Sqrt[E]/11, 10, 100][[1]] (* Alonso del Arte, Feb 11 2018 *)
-
PARI
exp(.5)/11 \\ Charles R Greathouse IV, Nov 26 2024