A276048 Sequence associated with the functional equation of the Riemann zeta zero spectrum (see formulas).
0, 2, 9, 2, 625, 1, 117649, 2, 9, 1, 25937424601, 1, 23298085122481, 1, 1, 2, 48661191875666868481, 1, 104127350297911241532841, 1, 1, 1, 907846434775996175406740561329, 1, 625, 1, 9, 1, 88540901833145211536614766025207452637361, 1
Offset: 1
Keywords
Links
- Peter Humphries, What completes the Dirichlet generating function ΞΆ(s+c-1) where c is a constant?, Math StackExchange.
- Peter Humphries, What is the symmetric functional equation of the Dirichlet eta function?, Math StackExchange.
Programs
-
Mathematica
Clear[s]; -Table[Limit[Zeta[s]*Total[MoebiusMu[Divisors[n]]*Divisors[n]^(1 - (s))]*Total[MoebiusMu[Divisors[n]]*Divisors[n]^(s)], s -> 1], {n, 1, 30}]; Exp[%]
Comments