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.

A274559 Numbers k such that sigma(k) == 0 (mod k+7).

Original entry on oeis.org

8, 272, 7232, 30848, 516608, 134094848, 2146992128, 35184309174272
Offset: 1

Views

Author

Paolo P. Lava, Jul 05 2016

Keywords

Examples

			sigma(8) mod (8+7) = 15 mod 15 = 0.
		

Crossrefs

Programs

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

Extensions

a(6)-a(7) from Giovanni Resta, Jul 05 2016
a(8) from Max Alekseyev, May 29 2025