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.

A013670 Decimal expansion of zeta(12).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			1.0002460865533080482986379980477396709604160884580034045330409521332520...
		

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.

Crossrefs

Programs

Formula

zeta(12) = 2/3*2^12/(2^12 - 1)*( Sum_{n even} n^2*p(n)/(n^2 - 1)^13 ), where p(n) = 7*n^12 + 182*n^10 + 1001*n^8 + 1716*n^6 + 1001*n^4 + 182*n^2 + 7 is a row polynomial of A091043. - Peter Bala, Dec 05 2013
zeta(12) = Sum_{n >= 1} (A010052(n)/n^6) = Sum {n >= 1} ( (floor(sqrt(n))-floor(sqrt(n-1)))/n^6 ). - Mikael Aaltonen, Feb 20 2015
zeta(12) = 691/638512875*Pi^12 (see A002432). - Rick L. Shepherd, May 30 2016
zeta(12) = Product_{k>=1} 1/(1 - 1/prime(k)^12). - Vaclav Kotesovec, May 02 2020