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.

A274560 Numbers k such that sigma(k) == 0 (mod k-7).

Original entry on oeis.org

3, 5, 6, 8, 10, 11, 15, 27, 34, 72, 232, 34432, 549762629632
Offset: 1

Views

Author

Paolo P. Lava, Jul 05 2016

Keywords

Examples

			sigma(8) mod (8-7) = 15 mod 1 = 0.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1, 10^6], Mod[DivisorSigma[1, #], # - 7] == 0 &] (* Michael De Vlieger, Jul 05 2016 *)

Extensions

a(13) from Giovanni Resta
Terms 3,5,6 inserted by Max Alekseyev, May 29 2025