A019803 Decimal expansion of sqrt(2*e)/11.
2, 1, 1, 9, 6, 7, 6, 3, 4, 6, 9, 0, 6, 4, 7, 6, 5, 4, 8, 5, 1, 2, 3, 0, 5, 5, 1, 1, 0, 6, 2, 1, 8, 2, 6, 1, 4, 8, 9, 1, 1, 2, 3, 9, 0, 8, 3, 5, 2, 3, 5, 3, 1, 1, 1, 8, 2, 5, 5, 4, 2, 2, 2, 5, 2, 5, 0, 9, 1, 8, 2, 2, 6, 7, 3, 8, 7, 7, 9, 4, 0, 8, 6, 3, 8, 7, 5, 4, 5, 3, 7, 9, 9, 5, 8, 8, 8, 8, 6
Offset: 0
Examples
0.211967634690647654851230551106218261489112390835235311182554222525...
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
Crossrefs
Cf. A019798 (sqrt(2*e)).
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:= RealField(); Sqrt(2*Exp(1))/11; // G. C. Greubel, Sep 08 2018
-
Mathematica
RealDigits[Sqrt[2E]/11,10,120][[1]] (* Harvey P. Dale, Nov 25 2012 *)
-
PARI
default(realprecision, 100); sqrt(2*exp(1))/11 \\ G. C. Greubel, Sep 08 2018