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.

Showing 1-1 of 1 results.

A380091 Primes p such that phi(p+1) = 2*phi(p-1) where phi = A000010.

Original entry on oeis.org

2, 3, 7, 31, 991, 1951, 2521, 7411, 23431, 26731, 37441, 92431, 131071, 396631, 489061, 532141, 830551, 2811691, 3319171, 3698941, 4247167, 5239411, 6829681, 8326711, 8997871, 12625831, 12889231, 14756743, 15891121, 16125721, 16446301, 21203071
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jan 11 2025

Keywords

Comments

Primes in A258454 - 1.

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(15*10^6) | 2*EulerPhi(p-1) eq EulerPhi(p+1)];
  • Mathematica
    Select[Prime[Range[10^5]], EulerPhi[# + 1] == 2*EulerPhi[# - 1] &] (* Amiram Eldar, Jan 12 2025 *)
Showing 1-1 of 1 results.