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.

A128815 Numbers n such that n-th and (n+2)th triangular numbers sum up to a prime.

Original entry on oeis.org

1, 2, 4, 5, 7, 11, 13, 14, 16, 19, 20, 23, 26, 32, 37, 40, 49, 53, 56, 58, 61, 65, 68, 70, 74, 76, 77, 79, 88, 89, 98, 100, 104, 109, 110, 116, 118, 130, 137, 140, 142, 146, 149, 152, 154, 160, 161, 163, 166, 167, 172, 175, 187, 188, 191, 193, 202, 205, 208, 214, 217
Offset: 1

Views

Author

Zak Seidov, Apr 10 2007

Keywords

Comments

Or, numbers n such that 3+3n+n^2 is prime.

Examples

			7 is a term because 7*8/2+9*10/2=73 is prime;
11 is a term because 11*12/2+13*14/2=157 is prime.
		

Crossrefs

Cf. A000217.

Programs

Formula

Tr(n)+Tr(n+2) is prime; A000217(n)+A000217(n+2) is prime.