OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Dedekind Eta Function
Eric Weisstein's World of Mathematics, q-Pochhammer Symbol
Wikipedia, Dedekind eta function
Wikipedia, Euler function
FORMULA
Equals (5 - sqrt(3) + sqrt(2)*3^(3/4))^(1/6) * exp(Pi/8) * Gamma(1/4) / (2^(25/24) * 3^(3/8) * Pi^(3/4)).
EXAMPLE
0.999919293970017559324282655320322884698349280317277031532319284136657...
MATHEMATICA
RealDigits[(5 - Sqrt[3] + Sqrt[2]*3^(3/4))^(1/6) * E^(Pi/8) * Gamma[1/4] / (2^(25/24)*3^(3/8)*Pi^(3/4)), 10, 120][[1]]
RealDigits[QPochhammer[E^(-3*Pi)], 10, 120][[1]]
PROG
(PARI) (5 - sqrt(3) + sqrt(2)*3^(3/4))^(1/6) * exp(Pi/8) * gamma(1/4) / 2^(25/24) / 3^(3/8) / Pi^(3/4) \\ Charles R Greathouse IV, Sep 02 2024
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Sep 26 2017
STATUS
approved