A096415 Decimal expansion of (Pi/e)^(1/3).
1, 0, 4, 9, 4, 2, 5, 9, 4, 4, 6, 5, 0, 1, 9, 8, 0, 5, 0, 5, 9, 0, 6, 4, 4, 3, 5, 1, 0, 6, 2, 7, 7, 4, 0, 6, 7, 1, 7, 6, 5, 3, 0, 8, 9, 9, 7, 8, 2, 2, 8, 6, 1, 5, 5, 5, 9, 7, 1, 6, 3, 1, 2, 9, 1, 7, 8, 8, 4, 9, 6, 7, 6, 0, 8, 9, 9, 8, 2, 0, 0, 5, 1, 9, 3, 1, 7, 3, 1, 4, 8, 0, 5, 5, 0, 6, 0, 0, 9, 3, 9, 3, 0, 7, 5
Offset: 1
Examples
1.04942594465019805059064435106277...
Programs
-
Mathematica
RealDigits[N[(Pi/E)^(1/3), 110]][[1]] (* Georg Fischer, Apr 04 2020 *)
-
PARI
(Pi/exp(1))^(1/3) \\ Michel Marcus, Apr 04 2020
Extensions
Definition corrected by Georg Fischer, Apr 04 2020