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.

A352443 Smallest prime "s" among all pairs of Goldbach partitions of A352240(n), (p,q) and (r,s) with p,q,r,s prime and p < r <= s < q, such that all integers in the open intervals (p,r) and (s,q) are composite.

Original entry on oeis.org

5, 11, 11, 17, 13, 17, 29, 19, 29, 41, 29, 37, 31, 59, 43, 41, 47, 59, 53, 43, 53, 79, 61, 59, 53, 67, 73, 83, 61, 61, 73, 71, 83, 97, 73, 83, 97, 79, 149, 109, 131, 83, 97, 101, 97, 131, 103, 151, 131, 109, 157, 167, 127, 173, 103, 107, 109, 151, 131, 149, 157, 167, 127
Offset: 1

Views

Author

Wesley Ivan Hurt, Mar 16 2022

Keywords

Comments

See A352240.

Examples

			a(12) = 37; A352240(12) = 54 has 3 pairs of Goldbach partitions (7,47),(11,43); (11,43),(13,41); and (13,41),(17,37); with all integers composite in the open intervals (7,11) and (43,47), (11,13) and (41,43), and, (13,17) and (37,41) respectively. The smallest prime "s" among all Goldbach pairs is 37.
		

Crossrefs

Formula

a(n) = A352240(n) - A352442(n).