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} A219601(k) / exp(k*Pi).
Equals exp(5*Pi/24) / (2^(1/24) * 3^(3/8) * (1 + sqrt(3))^(1/6)). - Vaclav Kotesovec, Jan 07 2026
EXAMPLE
1.0472094632261824240604159887932382773...
MATHEMATICA
First[RealDigits[2^(5/24) * Exp[5*Pi/24] * Pi^(1/6) * CubeRoot[Gamma[11/12] / ((Sqrt[3] + 1) * Gamma[2/3] * Gamma[3/4])] / 3^(5/12), 10, 100]] (* Paolo Xausa, Jan 07 2026 *)
RealDigits[E^(5*Pi/24) / (2^(1/24) * 3^(3/8) * (1 + Sqrt[3])^(1/6)), 10, 100][[1]] (* Vaclav Kotesovec, Jan 07 2026 *)
PROG
(PARI) (1/3) * exp(5/24 * Pi) * 2^(3/8) * 3^(7/12) * Pi^(1/6) * gamma(11/12)^(1/3) / (2^(1/2) * (1+3^(1/2)))^(1/3) / gamma(2/3)^(1/3) / gamma(3/4)^(1/3)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Simon Plouffe, Sep 18 2025
STATUS
approved
