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”).

A019809
Decimal expansion of sqrt(2*e)/23.
1
1, 0, 1, 3, 7, 5, 8, 2, 5, 2, 8, 6, 8, 3, 1, 4, 8, 7, 1, 0, 2, 7, 6, 2, 4, 3, 7, 4, 8, 5, 5, 8, 2, 6, 4, 6, 7, 9, 9, 1, 4, 0, 7, 0, 8, 6, 6, 0, 3, 2, 9, 9, 3, 1, 4, 3, 5, 1, 3, 4, 6, 2, 8, 1, 6, 4, 1, 7, 4, 3, 4, 9, 9, 7, 4, 4, 6, 3, 3, 6, 3, 0, 2, 1, 8, 5, 3, 4, 7, 7, 9, 0, 4, 1, 5, 1, 2, 0, 6
OFFSET
0,4
LINKS
EXAMPLE
0.10137582528683148710276243748558264679914070866032993...
MATHEMATICA
RealDigits[Sqrt[2*E]/23, 10, 100][[1]] (* G. C. Greubel, Sep 08 2018 *)
PROG
(PARI) default(realprecision, 100); sqrt(2*exp(1))/23 \\ G. C. Greubel, Sep 08 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Sqrt(2*Exp(1))/23; // G. C. Greubel, Sep 08 2018
CROSSREFS
Cf. A019798 (sqrt(2*e)).
Sequence in context: A122001 A161327 A151685 * A305741 A021270 A259565
KEYWORD
nonn,cons
STATUS
approved