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.

A139699 Positive integers x,y such that prime(x)*prime(x+y) = y^2 + 1, ordered by increasing x+y.

Original entry on oeis.org

1, 5, 3, 22, 10, 186
Offset: 1

Views

Author

Sebastian Martin-Ruiz (s_m_ruiz(AT)yahoo.es), Aug 25 2008

Keywords

Examples

			prime(1)*prime(1+5) = 2*13 = 26 = 5^2+1.