login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A019808
Decimal expansion of sqrt(2*e)/21.
1
1, 1, 1, 0, 3, 0, 6, 6, 5, 7, 9, 0, 3, 3, 9, 2, 4, 7, 7, 7, 9, 2, 1, 6, 0, 0, 2, 9, 6, 0, 4, 0, 0, 0, 4, 1, 7, 3, 2, 3, 9, 2, 2, 0, 4, 7, 2, 3, 2, 1, 8, 4, 9, 6, 3, 3, 3, 7, 1, 8, 8, 7, 8, 4, 6, 5, 5, 2, 4, 2, 8, 8, 0, 6, 7, 2, 6, 9, 3, 9, 7, 5, 9, 5, 3, 6, 3, 3, 3, 2, 9, 4, 2, 6, 4, 1, 7, 9, 7
OFFSET
0,5
LINKS
EXAMPLE
0.1110306657903392477792160029604000417323922047232184963...
MATHEMATICA
RealDigits[Sqrt[2*E]/21, 10, 100][[1]] (* G. C. Greubel, Sep 08 2018 *)
PROG
(PARI) default(realprecision, 100); sqrt(2*exp(1))/21 \\ G. C. Greubel, Sep 08 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Sqrt(2*Exp(1))/21; // G. C. Greubel, Sep 08 2018
CROSSREFS
Cf. A019798 (sqrt(2*e)).
Sequence in context: A285871 A322579 A004606 * A182145 A201569 A056459
KEYWORD
nonn,cons
STATUS
approved