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.
%I A382235 #9 Apr 01 2025 07:33:43 %S A382235 0,0,6,7,3,5,9,4,6,6,2,2,1,3,5,4,4,6,7,2,4,5,6,2,2,8,2,5,8,6,7,7,6,8, %T A382235 0,1,4,1,9,3,4,6,2,3,6,6,0,5,8,0,4,2,1,2,1,1,2,4,6,4,2,8,8,9,3,9,6,2, %U A382235 5,8,1,3,4,5,0,2,1,3,6,9,2,5,9,5,9,1,7,1,9,4,2,8,8,1,9,4,7,5,0,2,4,0,0,8,1,0,1 %N A382235 Decimal expansion of the multiple prime zeta value primezetamult(3, 3). %C A382235 Prime zeta analog of A258987. %H A382235 Artur Jasinski, <a href="/A382234/a382234.txt">Complete list of multiple prime zeta values up to weight 6.</a> %H A382235 <a href="/wiki/Index_to_constants#Start_of_section_P">Index to constants which are prime multiple zeta values</a> (3,3) %F A382235 Equals (A085541^2 - A085966)/2 . %F A382235 Equals Sum_{p,q prime p>q} 1/(p^3*q^3). %e A382235 0.00673594662213544672456... %t A382235 kk = {0, 0}; kkk = RealDigits[(PrimeZetaP[3]^2 - PrimeZetaP[6])/2, 10, 105][[1]]; Flatten[AppendTo[kk, kkk]] %Y A382235 Cf. A258987, A382234 (2,2), A382236 (2,2,). %K A382235 nonn,cons %O A382235 0,3 %A A382235 _Artur Jasinski_, Mar 31 2025