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

A231738
Decimal expansion of (1/Pi)^(1/e).
1
6, 5, 6, 3, 0, 9, 6, 3, 9, 0, 2, 0, 2, 0, 4, 7, 0, 7, 4, 9, 3, 8, 3, 4, 5, 2, 1, 5, 4, 0, 0, 5, 3, 9, 9, 6, 0, 2, 6, 2, 4, 1, 9, 4, 1, 0, 0, 0, 6, 4, 5, 8, 1, 8, 6, 5, 8, 7, 3, 2, 9, 4, 7, 6, 8, 3, 6, 1, 7, 7, 3, 6, 6, 5, 5, 5, 0, 1, 3, 7, 3, 1, 1, 5, 1, 8, 4, 5, 6, 4, 6, 6, 4, 3, 9, 6, 6, 4, 0, 5, 4, 5, 5, 6, 4
OFFSET
0,1
LINKS
FORMULA
Equals Pi^(-1/e).
EXAMPLE
0.6563096390202047074938345215400539960262419410006458186587329476836...
MATHEMATICA
RealDigits[(1/Pi)^(1/E), 10, 120][[1]] (* Amiram Eldar, May 17 2023 *)
PROG
(PARI) Pi^(-1.0/exp(1))
CROSSREFS
Sequence in context: A356793 A246673 A220190 * A198829 A217170 A064844
KEYWORD
nonn,cons,easy
AUTHOR
Stanislav Sykora, Nov 13 2013
STATUS
approved