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.

A113875 Slowest growing sequence of primes having the prime-pairwise-average property: if i

Original entry on oeis.org

3, 7, 19, 139, 859, 8179, 173059, 1026199, 1827139, 15828679, 13187242759, 18732483199, 912492556939, 9130567625119
Offset: 1

Views

Author

T. D. Noe, Jan 26 2006

Keywords

Comments

Assuming the prime k-tuples conjecture, Granville shows (in section 2.4) that this sequence is infinite.

Examples

			The pairwise averages of {3,7,19} are the primes {5,11,13}.
		

Crossrefs

Programs

  • Mathematica
    s={3, 7}; i=5; Do[While[ !And@@PrimeQ[(s+Prime[i])/2], i++ ]; AppendTo[s, Prime[i]]; i++, {n, 3, 10}]; s

Formula

a(n) = 2*A119751(n)+1. - Don Reble, Aug 17 2021

Extensions

More terms from Don Reble and Giovanni Resta, Feb 15 2006
a(14) from Amiram Eldar, Jun 27 2024