cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A339745 Decimal expansion of Product_{n>=2} (1 - n^(-10)).

This page as a plain text file.
%I A339745 #8 Dec 15 2020 07:57:39
%S A339745 9,9,9,0,0,5,4,4,2,4,8,0,9,8,9,4,7,5,2,7,3,7,8,4,5,3,5,8,5,4,2,2,7,2,
%T A339745 4,5,8,6,0,5,9,0,9,7,3,8,5,3,6,4,7,3,6,9,0,8,2,2,8,9,6,2,3,9,9,2,8,9,
%U A339745 5,9,9,4,1,9,5,9,8,9,8,1,0,0,7,4,1,1,8,6,0,3,5,0,2,7,7,3,1,7,1,3,0,5,0,9,0,6
%N A339745 Decimal expansion of Product_{n>=2} (1 - n^(-10)).
%F A339745 Equals (cosh(sqrt((5 - sqrt(5))/2)*Pi) + sin(sqrt(5)*Pi/2)) * (cosh(sqrt((5 + sqrt(5))/2)*Pi) - sin(sqrt(5)*Pi/2)) / (40*Pi^4).
%F A339745 Equals exp(Sum_{j>=1} (1 - zeta(10*j))/j).
%e A339745 0.99900544248098947527378453585422724586059097385364736908229...
%p A339745 evalf((cosh(sqrt((5 - sqrt(5))/2)*Pi) + sin(sqrt(5)*Pi/2)) * (cosh(sqrt((5 + sqrt(5))/2)*Pi) - sin(sqrt(5)*Pi/2)) / (40*Pi^4), 100);
%t A339745 RealDigits[(Cosh[Sqrt[(5 - Sqrt[5])/2]*Pi] + Sin[Sqrt[5]*Pi/2]) * (Cosh[Sqrt[(5 + Sqrt[5])/2]*Pi] - Sin[Sqrt[5]*Pi/2]) / (40*Pi^4), 10, 100][[1]]
%o A339745 (PARI) exp(suminf(j=1, (1 - zeta(10*j))/j))
%o A339745 (PARI) prodinf(n=2, 1-1/n^10) \\ _Michel Marcus_, Dec 15 2020
%Y A339745 Cf. A109219, A175615, A175616, A175617, A175618, A175619.
%K A339745 nonn,cons
%O A339745 0,1
%A A339745 _Vaclav Kotesovec_, Dec 15 2020