A019804 Decimal expansion of sqrt(2*e)/13.
1, 7, 9, 3, 5, 7, 2, 2, 9, 3, 5, 3, 6, 2, 4, 9, 3, 8, 7, 2, 0, 2, 7, 2, 0, 0, 4, 7, 8, 2, 1, 8, 4, 6, 8, 2, 7, 9, 8, 4, 7, 9, 7, 1, 5, 3, 2, 2, 1, 2, 2, 1, 8, 6, 3, 8, 5, 2, 3, 8, 1, 8, 8, 2, 9, 0, 4, 6, 2, 3, 1, 1, 4, 9, 3, 2, 8, 1, 3, 3, 4, 5, 7, 7, 1, 2, 5, 3, 8, 3, 9, 8, 4, 2, 6, 7, 5, 1, 9
Offset: 0
Examples
0.17935722935362493872027200478218468279847971532212218638523818829...
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))/13; // G. C. Greubel, Sep 08 2018
-
Mathematica
RealDigits[Sqrt[2E]/13,10,120][[1]] (* Harvey P. Dale, Nov 29 2015 *)
-
PARI
default(realprecision, 100); sqrt(2*exp(1))/13 \\ G. C. Greubel, Sep 08 2018