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.

A066902 Integers k such that phi(prime(k)+1) = phi(prime(k)-1).

Original entry on oeis.org

3, 5, 20, 156, 254, 377, 593, 1800, 5903, 5981, 7925, 18669, 19240, 41274, 48296, 135700, 146866, 228028, 234303, 251216, 407377, 654288, 802222, 886223, 938654, 1063412, 1072766, 1212140, 1238668, 1515063, 1609346, 2080991, 2097725, 2363130, 2408674, 2916514
Offset: 1

Views

Author

Benoit Cloitre, Jan 26 2002

Keywords

Comments

Integers k such that A008331(k) = A008330(k).

Crossrefs

Programs

  • Mathematica
    Select[Range[1000000],EulerPhi[Prime[#]-1]==EulerPhi[Prime[#]+1]&] (* Harvey P. Dale, Feb 25 2012 *)
  • PARI
    isok(k) = my(p=prime(k)); eulerphi(p+1) == eulerphi(p-1); \\ Michel Marcus, Apr 06 2020

Formula

a(n) = primepi(A067890(n)). - Giovanni Resta, Apr 06 2020

Extensions

More terms from Harvey P. Dale, Feb 25 2012
More terms from Jinyuan Wang, Apr 05 2020