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.

A219611 a(n) is the smallest omega(A061214(k)) sampled over all indices k of prime gaps prime(k+1) - prime(k) = 2n, where omega = A001221.

Original entry on oeis.org

1, 3, 5, 9, 11, 14, 14, 21
Offset: 1

Views

Author

Naohiro Nomoto, Apr 12 2013

Keywords

Comments

The example demonstrates that the minimum order of the set of primes represented by all composites in the prime gap 2*n is not necessarily obtained by using the smallest prime(k) (that would be A038664).

Examples

			For n=8: p_283-p_282 = p_296-p_295 = 2*8=16; omega(A061214(282)) > omega(A061214(295)); omega(A061214(295)) = 21; so a(8) = 21.
		

Crossrefs

Cf. A052297.