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.

A067798 Numbers n such that phi(n)+phi(n+1)=n+1.

Original entry on oeis.org

1, 2, 3, 5, 9, 15, 21, 35, 39, 45, 75, 99, 135, 231, 255, 363, 483, 765, 855, 1295, 1599, 2015, 2115, 4335, 6783, 9999, 14399, 16095, 16599, 18495, 30495, 53823, 62799, 63455, 65535, 77615, 155319, 186999, 196095, 327675, 589815, 686735, 722015
Offset: 1

Views

Author

Benoit Cloitre, Feb 07 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[10^5], Plus @@ EulerPhi[{#, # + 1}] == # + 1 &] (* Giovanni Resta, May 15 2016 *)
  • PARI
    isok(n) = eulerphi(n)+eulerphi(n+1) == n+1; \\ Michel Marcus, May 15 2016

Formula

{n: A000010(n) = A051953(n+1)}. - Omar E. Pol, May 15 2016

Extensions

More terms from Dean Hickerson, Feb 16 2002
Showing 1-1 of 1 results.