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.

A162569 Primes of the form A001043(j)-3.

Original entry on oeis.org

2, 5, 97, 109, 149, 317, 337, 349, 431, 709, 769, 1009, 1061, 1117, 1129, 1217, 1297, 2003, 2029, 2069, 2129, 2153, 2237, 2377, 2411, 2437, 2777, 2909, 2927, 3089, 3109, 3229, 3359, 3533, 3557, 3631, 4129, 4337, 4603, 4789, 4903, 4937, 5021, 5167, 5563, 5737
Offset: 1

Views

Author

Claudio Meller, Jul 06 2009

Keywords

Comments

Primes 3 less than the sum of two consecutive primes.

Examples

			2 = prime(1)+prime(2)-3 = 2+3-3 has the requested format and is added to the sequence.
5= prime(2)+prime(3)-3= 3+5-3 has the requested format and is added to the sequence.
97 = prime(15)+prime(16)-3 = 47+53-3.
		

Programs

Extensions

Definition rephrased by R. J. Mathar, Aug 07 2009