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.

A056772 Numbers k such that phi(k+4) = phi(k) + 4, where phi(k) = A000010(k) is Euler's totient function.

Original entry on oeis.org

3, 7, 12, 13, 18, 19, 24, 28, 36, 37, 40, 43, 66, 67, 79, 88, 97, 103, 109, 124, 127, 163, 184, 193, 223, 229, 232, 277, 307, 313, 328, 349, 379, 397, 424, 439, 457, 463, 487, 499, 508, 613, 643, 664, 673, 712, 739, 757, 769, 823, 853, 859, 877, 883, 904, 907
Offset: 1

Views

Author

Labos Elemer, Aug 17 2000

Keywords

Comments

In contrast with A015913, composite solutions are not rare. Prime solutions are common.
From Kevin J. Gomez, Mar 02 2016: (Start)
Composite solutions have two known forms:
n such that n = 4 * (2^p - 1) where 2^p - 1 is a Mersenne prime. (A001348)
n such that n = 8q where q is a Sophie Germain prime. (A005394)
There are composite solutions (such as 36) that do not fit either of these forms. (End)

Examples

			For k = 1048: phi(1048) = 520, phi(1048+4) = 524.
		

Crossrefs

Cf. A000010, A015913 (sigma(k+4) = sigma(k) + 4).
Cf. A001838 (k=2), this sequence (k=4), A262084 (k=6), A262085 (k=8), A262086 (k=10).

Programs