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.

A052159 Lower prime of a difference of 6 (G-minor-6 primes) between consecutive primes of 6k+5 form.

Original entry on oeis.org

23, 47, 53, 83, 131, 167, 173, 233, 251, 257, 263, 353, 383, 443, 503, 557, 563, 587, 593, 647, 653, 677, 941, 947, 971, 977, 1013, 1097, 1103, 1181, 1187, 1217, 1223, 1283, 1361, 1367, 1433, 1493, 1553, 1601, 1613, 1901, 1907, 1973, 2063, 2207, 2333
Offset: 1

Views

Author

Labos Elemer, Jan 25 2000

Keywords

Comments

The corresponding larger primes (G-major-6 primes) are also of the form 6k+5.

Examples

			a(1)=23 since a(1) + 6 = 29 is the next prime and 29 = 6*4 + 5.
		

Crossrefs

Programs

  • Mathematica
    Select[Partition[Prime[Range[400]],2,1],#[[2]]-#[[1]]==6&&Mod[#,6]=={5,5}&][[All,1]] (* Harvey P. Dale, Jan 05 2022 *)

Formula

A031924(n) == 5 (mod 6).