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.

A192224 P-integers: n such that the first phi(n) primes coprime to n form a reduced residue system modulo n, where phi is Euler's totient function A000010.

Original entry on oeis.org

2, 4, 6, 12, 18, 30
Offset: 1

Views

Author

Jonathan Sondow, Jun 29 2011

Keywords

Comments

Pomerance proved that the sequence is finite and conjectured that 30 is the largest element. Hajdu and Saradha proved Recamán's conjecture that 2 is the only prime P-integer. Both proofs use Jacobsthal's function A048669.
Hajdu, Saradha, and Tijdeman have a conditional proof of Pomerance's conjecture, assuming the Riemann Hypothesis.
Shichun Yanga and Alain Togbéb have proved Pomerance's conjecture. - Jonathan Sondow, Jun 14 2014

Examples

			12 is a P-integer because phi(12) = 4 and the first four primes coprime to 12 are 5, 7, 11, 13, which are pairwise incongruent modulo 12.
8 is not a P-integer because phi(8) = 4 and the first four primes coprime to 8 are 3, 5, 7, 11, but 3 == 11 (mod 8).
		

References

  • B. M. Recamán, Problem 672, J. Recreational Math. 10 (1978), 283.

Crossrefs

Cf. A000010 (Euler totient function phi), A048669 (Jacobsthal function).