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

A019773
Decimal expansion of 2*e/23.
1
2, 3, 6, 3, 7, 2, 3, 3, 2, 9, 0, 9, 4, 8, 2, 1, 9, 4, 3, 7, 9, 1, 5, 5, 4, 3, 2, 2, 9, 1, 5, 3, 5, 8, 6, 9, 3, 7, 0, 1, 9, 5, 3, 9, 9, 4, 5, 2, 1, 7, 0, 3, 9, 7, 8, 2, 3, 2, 1, 4, 5, 7, 6, 3, 2, 3, 8, 3, 2, 7, 5, 0, 4, 6, 5, 5, 2, 5, 8, 7, 7, 7, 8, 8, 8, 1, 5, 8, 4, 1, 6, 1, 0, 8, 8, 4, 0, 3, 7
OFFSET
0,1
MATHEMATICA
RealDigits[(2*E)/23, 10, 120][[1]] (* Harvey P. Dale, Jul 09 2018 *)
PROG
(PARI) 2*exp(1)/23 \\ Charles R Greathouse IV, Nov 26 2024
CROSSREFS
Cf. A001113.
Sequence in context: A323642 A193898 A129915 * A350728 A109536 A267352
KEYWORD
nonn,cons
AUTHOR
STATUS
approved