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