OFFSET
1,6
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 811.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972.
FORMULA
zeta(14) = Sum_{n >= 1} (A010052(n)/n^7) = Sum {n >= 1} ( (floor(sqrt(n))-floor(sqrt(n-1)))/n^7 ). - Mikael Aaltonen, Feb 20 2015
zeta(14) = Product_{k>=1} 1/(1 - 1/prime(k)^14). - Vaclav Kotesovec, May 02 2020
From Andrea Pinos, May 06 2026: (Start)
zeta(14) = Sum_{k=1..(n-1)} ((Gamma(k/n)*Gamma(1 - k/n))^14) / (2*(n^14 + (691/30)*n^12 + 273*n^10 + (44473/20)*n^8 + (42328/3)*n^6 + (386568/5)*n^4 + 518400*n^2 - 36740617/60)).
More generally: Sum_{k=1..(n-1)} ((Gamma(k/n)*Gamma(1 - k/n))^p) = 2*(zeta(p)*n^p + p*zeta(2)*zeta(p-2)*n^(p-2) + (5*p^2/4 + p/2)*zeta(4)*zeta(p-4)*n^(p-4) + (35*p^3/48 + 7*p^2/8 + p/3)*zeta(6)*zeta(p-6)*n^(p-6) + (175*p^4/576 + 35*p^3/48 + 101*p^2/144 + p/4)*zeta(8)*zeta(p-8)*n^(p-8) + ... ). (End)
EXAMPLE
1.0000612481350587048292585451051353337474816961691545494827552022528629...
MATHEMATICA
RealDigits[Zeta[14], 10, 120][[1]] (* Harvey P. Dale, Dec 19 2014 *)
PROG
(PARI) zeta(14) \\ Michel Marcus, Feb 20 2015
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved