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.

A213007 Decimal expansion of Brun's quadruple primes constant.

Original entry on oeis.org

8, 7, 0, 5, 8, 8, 3, 8
Offset: 0

Views

Author

Stanislav Sykora, Jun 01 2012

Keywords

Comments

Infinite sum of the reciprocals of p, p+2, p+6, and p+8, where p ranges over all elements of A007530.
The 9th digit is probably 0.

Examples

			0.8705883800[+-5]
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 2.14, p. 133.

Crossrefs

Formula

Sum_{n >= 1} (1/c(n) + 1/(c(n)+2) + 1/(c(n)+6) + 1/(c(n)+8)), where c(n) = A007530(n).