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.

A172407 Positive numbers n such that n+10 is a prime.

Original entry on oeis.org

1, 3, 7, 9, 13, 19, 21, 27, 31, 33, 37, 43, 49, 51, 57, 61, 63, 69, 73, 79, 87, 91, 93, 97, 99, 103, 117, 121, 127, 129, 139, 141, 147, 153, 157, 163, 169, 171, 181, 183, 187, 189, 201, 213, 217, 219, 223, 229, 231, 241, 247, 253, 259, 261, 267, 271, 273, 283, 297
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Feb 01 2010

Keywords

Examples

			a(1) = 1 because 1+10 = 11 = prime.
		

Crossrefs

Cf. A000040.

Programs

Formula

a(n) = prime(n+4) - 10.
a(n) = binomial(prime(n+4)-3,3) mod prime(n+4), (Empirical). - Gary Detlefs, Jul 10 2014