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.

A055708 Numbers n such that n - 1 | sigma(n).

Original entry on oeis.org

2, 3, 10, 136, 32896, 2147516416
Offset: 1

Views

Author

Robert G. Wilson v, Dec 04 2000

Keywords

Comments

a(7) > 10^13. - Giovanni Resta, Jul 13 2015

Crossrefs

Programs

  • Mathematica
    Do[ If[ Mod[ DivisorSigma[1, n], n - 1] == 0, Print[n] ], {n, 2, 10^8} ]
  • PARI
    is(n)=sigma(n)%(n-1)==0 \\ Anders Hellström, Aug 15 2015

Extensions

a(6) from Donovan Johnson, Nov 15 2009