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

A019804
Decimal expansion of sqrt(2*e)/13.
1
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,2
LINKS
EXAMPLE
0.17935722935362493872027200478218468279847971532212218638523818829...
MATHEMATICA
RealDigits[Sqrt[2E]/13, 10, 120][[1]] (* Harvey P. Dale, Nov 29 2015 *)
PROG
(PARI) default(realprecision, 100); sqrt(2*exp(1))/13 \\ G. C. Greubel, Sep 08 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Sqrt(2*Exp(1))/13; // G. C. Greubel, Sep 08 2018
CROSSREFS
Cf. A019798 (sqrt(2*e)).
Sequence in context: A086282 A335705 A156000 * A021130 A270714 A010516
KEYWORD
nonn,cons
STATUS
approved