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.

A219096 Indices of primes p such that the next two larger primes are p+6 and p+12.

Original entry on oeis.org

15, 36, 39, 54, 55, 73, 102, 107, 110, 118, 129, 160, 164, 184, 187, 194, 199, 218, 271, 272, 291, 339, 358, 387, 419, 426, 464, 465, 508, 520, 553, 605, 621, 629, 667, 682, 683, 702, 709, 710, 733, 761, 791, 813, 821, 822, 829, 830, 882, 896, 952, 962, 988
Offset: 1

Views

Author

Clark Kimberling, Mar 05 2013

Keywords

Comments

The primes themselves are given by A047948. Conjecture: if k == 0 mod 6 then there exists a prime p such that p-k, p, p+k are consecutive primes. (This would follow from a proof of Dickson's conjecture; see the Comments and References at A186311.)

Examples

			a(1) = 15 since p(15), p(16), p(17) are consecutive primes (47, 53, 59) with common difference 6: 53 - 47 = 6, and 59 - 53 = 6.
		

Crossrefs

Programs

Formula

a(n) = A000720(A047948(n)). - M. F. Hasler, Mar 11 2013