A094146 Decimal expansion of (e/Pi)^(1/12).
9, 8, 8, 0, 1, 1, 6, 1, 6, 3, 9, 2, 8, 1, 3, 2, 9, 1, 5, 8, 2, 4, 3, 9, 9, 0, 4, 6, 2, 3, 9, 0, 0, 7, 8, 9, 8, 6, 1, 9, 5, 1, 3, 4, 7, 1, 6, 9, 3, 5, 9, 9, 9, 2, 6, 2, 4, 5, 1, 7, 3, 9, 9, 6, 7, 9, 5, 6, 3, 1, 7, 4, 2, 8, 3, 2, 1, 3, 7, 7, 2, 8, 3, 9, 9, 7, 0, 5, 3, 3, 5, 7, 7, 9, 2, 7, 7, 0, 0, 9, 2, 1, 7, 0, 0
Offset: 0
Examples
0.98801161639281329158243990...
Programs
-
Mathematica
RealDigits[Surd[E/Pi,12],10,120][[1]] (* Harvey P. Dale, Aug 05 2021 *)