OFFSET
1,3
LINKS
Simon Plouffe, Numbers in the base e^Pi, 2025.
FORMULA
Empirical: Equals Sum_{k>=0} A129576(k) / exp(k*Pi).
Equals exp(Pi/3) * Gamma(1/4)^2 / (2^(5/4) * 3^(3/8) * Pi^(3/2) * sqrt(1 + sqrt(3))). - Vaclav Kotesovec, Jan 08 2026
EXAMPLE
1.13338408008481238894056938793527580059726731866876807756245842276382347252....
MATHEMATICA
First[RealDigits[((-1 + Sqrt[3])*Pi*Exp[Pi/3]*Gamma[11/12])/(Sqrt[6]*Gamma[2/3]*Gamma[3/4]^3), 10, 100]]
RealDigits[E^(Pi/3)*Gamma[1/4]^2 / (2^(5/4)*3^(3/8)*Pi^(3/2)*Sqrt[1 + Sqrt[3]]), 10, 100][[1]] (* Vaclav Kotesovec, Jan 08 2026 *)
PROG
(PARI) (1/6) * exp(Pi / 3) * Pi * 3^(1/2) * gamma(11/12) * sqrt(2) * (3^(1/2)-1) / gamma(2/3) / gamma(3/4)^3
(PARI) exp(Pi/3)*gamma(1/4)^2/(2^(5/4)*3^(3/8)*Pi^(3/2)*sqrt(1+sqrt(3))) \\ Charles R Greathouse IV, Jul 12 2026
CROSSREFS
KEYWORD
AUTHOR
Simon Plouffe, Sep 18 2025
STATUS
approved
