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.

A067758 Numbers k such that sigma(prime(k) - 1) == 0 (mod k).

Original entry on oeis.org

1, 4, 9, 27, 42, 60, 64, 70, 78, 144, 168, 180, 216, 238, 260, 318, 558, 600, 672, 960, 1008, 1053, 1260, 1620, 1806, 2112, 3318, 3780, 4608, 5544, 12152, 40084, 40095, 41664, 47040, 48825, 49176, 51870, 59832, 60528, 71040, 99008, 100356, 113904, 132000, 159000
Offset: 1

Views

Author

Benoit Cloitre, Feb 05 2002

Keywords

Comments

There are 91 terms up to and including 10 million. - Harvey P. Dale, Oct 04 2016

Crossrefs

Programs

  • Mathematica
    Select[Range[120000],Divisible[DivisorSigma[1,Prime[#]-1],#]&] (* Harvey P. Dale, Oct 04 2016 *)
  • PARI
    for(k=1,120000, if(sigma(prime(k)-1)%k==0,print1(k,",")))

Extensions

More terms from Klaus Brockhaus, Feb 07 2002