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.

A382234 Decimal expansion of the multiple prime zeta value primezetamult(2, 2).

Original entry on oeis.org

0, 6, 3, 7, 6, 7, 2, 9, 4, 5, 8, 4, 7, 7, 6, 5, 4, 3, 2, 8, 0, 1, 3, 1, 6, 2, 9, 4, 8, 0, 7, 1, 9, 3, 8, 3, 6, 1, 2, 8, 7, 8, 2, 1, 6, 2, 9, 0, 0, 3, 7, 0, 7, 3, 6, 5, 9, 2, 1, 0, 9, 6, 7, 9, 4, 8, 6, 7, 7, 2, 3, 2, 3, 2, 2, 1, 9, 6, 1, 4, 7, 3, 5, 9, 3, 0, 1, 9, 3, 7, 5, 6, 3, 2, 1, 6, 8, 4, 8, 7, 1, 5, 2, 0, 9, 2
Offset: 0

Views

Author

Artur Jasinski, Mar 20 2025

Keywords

Comments

Prime multi zeta functions are equivalents of multi zeta functions when successive natural numbers are replaced by successive primes.

Examples

			0.0637672945847765432801316294807
		

Crossrefs

Programs

  • Mathematica
    kk = RealDigits[(PrimeZetaP[2]^2 - PrimeZetaP[4])/2, 10, 105][[1]]; Prepend[kk, 0]

Formula

Equals (A085548^2 - A085964)/2.
Equals Sum_{p,q prime p>q} 1/(p^2*q^2).