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.

A350399 a(n) is the number of prime pairs (p,q) with p <= q, p+q = 2*n, and p*q mod (2*n) prime.

Original entry on oeis.org

0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 2, 3, 2, 1, 3, 1, 2, 4, 1, 2, 5, 2, 1, 4, 2, 2, 6, 3, 3, 4, 2, 4, 6, 2, 3, 5, 3, 4, 8, 3, 1, 9, 2, 3, 6, 3, 4, 5, 2, 4, 6, 4, 4, 8, 5, 2, 7, 3, 3, 10, 1, 2, 6, 2, 2, 6, 5, 4, 5, 3, 3, 11, 1, 4, 8, 4, 4, 7, 2, 5, 8, 4, 2, 7, 4, 1, 12, 4, 2, 9, 3, 4, 7, 2, 5
Offset: 1

Views

Author

J. M. Bergot and Robert Israel, Dec 28 2021

Keywords

Comments

Conjecture: a(n) > 0 for n >= 3.
a(n) <= A002375(n) with equality for n in A350398.

Examples

			a(7) = 2 because there are 2 such pairs, namely 14 = 3+13 = 7+7 with 3*13 == 5 (mod 14) and 7*7 == 7 (mod 14).
		

Crossrefs

Programs