login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A292904 Decimal expansion of Product_{k>=1} (1 + exp(-5*Pi*k)). 3
1, 0, 0, 0, 0, 0, 0, 1, 5, 0, 7, 0, 1, 7, 5, 0, 2, 5, 0, 0, 2, 3, 9, 8, 9, 4, 9, 3, 8, 6, 9, 8, 7, 1, 4, 6, 7, 9, 7, 3, 7, 6, 1, 0, 0, 6, 4, 3, 0, 5, 0, 7, 4, 0, 5, 6, 9, 0, 1, 9, 9, 9, 8, 8, 5, 2, 0, 8, 8, 7, 1, 3, 4, 4, 2, 6, 9, 4, 9, 7, 1, 7, 6, 1, 8, 7, 2, 8, 7, 4, 6, 7, 3, 2, 5, 8, 5, 1, 0, 0, 2, 8, 5, 0, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,9
LINKS
Eric Weisstein's World of Mathematics, Dedekind Eta Function
Eric Weisstein's World of Mathematics, q-Pochhammer Symbol
Wikipedia, Euler function
FORMULA
Root r of the equation 2^(3/4)*r^6 + 2^(17/8)*exp(5*Pi/24)*r^5 + 2^(5/8)*exp(25*Pi/24)*r - exp(5*Pi/4) = 0.
Equals exp(5*Pi/24) * sqrt(2 + sqrt(5) - sqrt((15 + 7*sqrt(5))/2))/2^(1/8). - Vaclav Kotesovec, May 13 2023
EXAMPLE
1.000000150701750250023989493869871467973761006430507405690199988520887...
MATHEMATICA
RealDigits[r/.FindRoot[2^(3/4)*r^6 + 2^(17/8)*E^(5*Pi/24)*r^5 + 2^(5/8)*E^(25*Pi/24)*r - E^(5*Pi/4) == 0, {r, 1}, WorkingPrecision -> 120], 10, 120][[1]]
RealDigits[QPochhammer[-1, E^(-5*Pi)]/2, 10, 120][[1]]
RealDigits[Exp[5*Pi/24]*Sqrt[2 + Sqrt[5] - Sqrt[(15 + 7*Sqrt[5])/2]]/2^(1/8), 10, 120][[1]] (* Vaclav Kotesovec, May 13 2023 *)
PROG
(PARI) polrootsreal(2^(3/4)*'x^6 + 2^(17/8)*exp(5*Pi/24)*'x^5 + 2^(5/8)*exp(25*Pi/24)*'x - exp(5*Pi/4))[2] \\ Charles R Greathouse IV, Mar 04 2018
CROSSREFS
Sequence in context: A091685 A349298 A062824 * A271228 A281528 A201334
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Sep 26 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)