OFFSET
1,3
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Simon Plouffe, Numbers in the base e^Pi, 2025.
FORMULA
Empirical: Equals Sum_{k>=0} A034950(k) / exp(k*Pi).
Equals 8*2^(15/16)*(2 + sqrt(2))^(5/4)*exp(Pi/2)*Gamma(5/4)^3*sin(Pi/8)^3/Pi^(9/4). - Paolo Xausa, Sep 17 2025
EXAMPLE
1.0864310224167481794245971342311255890...
MATHEMATICA
First[RealDigits[8*2^(15/16)*(2 + Sqrt[2])^(5/4)*Exp[Pi/2]*Gamma[5/4]^3*Sin[Pi/8]^3/Pi^(9/4), 10, 100]] (* Paolo Xausa, Sep 17 2025 *)
PROG
(PARI) (1/32) * exp(Pi / 2) * 2^(15/16) * gamma(5/8)^3 * (2+2^(1/2))^(3/2) / (2^(1/2) * (2+2^(1/2))^(1/2))^(1/2) / Pi^(3/4) / gamma(7/8)^3
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Simon Plouffe, Sep 15 2025
STATUS
approved
