The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A334411 Decimal expansion of Product_{k>=1} (1 + 1/k^8). 2

%I #7 Apr 27 2020 04:59:31

%S 2,0,0,8,1,5,6,0,5,4,9,9,2,7,4,5,3,1,5,1,4,9,0,3,9,4,8,2,3,2,3,4,1,3,

%T 6,9,2,1,1,9,5,3,2,1,5,9,8,3,0,9,5,0,9,7,8,7,7,0,7,4,2,9,9,6,1,7,4,2,

%U 2,7,2,5,1,1,3,8,0,5,5,2,0,9,3,4,0,6,0,5,0,1,0,2,0,2,6,9,6,3,0,3,2,1,8,7,9

%N Decimal expansion of Product_{k>=1} (1 + 1/k^8).

%F Equals exp(Sum_{j>=1} (-(-1)^j*Zeta(8*j)/j)).

%F Equals (cos(sqrt(4 - 2*sqrt(2))*Pi) + cos(sqrt(4 + 2*sqrt(2))*Pi) + cosh(sqrt(4 - 2*sqrt(2))*Pi) + cosh(sqrt(4 + 2*sqrt(2))*Pi) - 2*cos(sqrt(2 - sqrt(2))*Pi) * cosh(sqrt(2 - sqrt(2))*Pi) - 2*cos(sqrt(2 + sqrt(2))*Pi) * cosh(sqrt(2 + sqrt(2))*Pi)) / (8*Pi^4).

%e 2.00815605499274531514903948232341369211953215983095097877074299617422...

%p evalf(Product(1 + 1/j^8, j = 1..infinity), 120);

%t RealDigits[Chop[N[Product[(1 + 1/n^8), {n, 1, Infinity}], 120]]][[1]]

%o (PARI) default(realprecision, 120); exp(sumalt(j=1, -(-1)^j*zeta(8*j)/j))

%Y Cf. A156648, A073017, A258870, A307216, A258871.

%Y Cf. A109219, A175615, A175616, A175617, A175619.

%K nonn,cons

%O 1,1

%A _Vaclav Kotesovec_, Apr 27 2020

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 May 23 03:55 EDT 2024. Contains 372758 sequences. (Running on oeis4.)