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.

A172168 Decimal expansion of Sum 1/q, where q is any prime of the form m^2 + 1.

Original entry on oeis.org

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

Views

Author

Jonathan Vos Post, Jan 28 2010

Keywords

Comments

The sum is trivially convergent because each term is less than the corresponding term of Sum_{j>=1} 1/(j^2) = (Pi^2)/6.
Eight significant digits of this constant are mentioned in A083844, which gives the number of primes of the form m^2 + 1 < 10^n.

Examples

			0.8145965717029728452...
		

Crossrefs

Formula

Sum_{q in {primes of form m^2 + 1}} 1/q = Sum_{j>=1} 1/A002496(j) = 1/2 + 1/5 + 1/17 + 1/37 + 1/101 + ...

Extensions

Leading zero removed and offset adjusted by R. J. Mathar, Jan 30 2010
Corrected and extended by Robert Gerbicz, Mar 13 2010
Name improved by T. D. Noe, Mar 29 2010