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.

A274563 Numbers k such that sigma(k) == 0 (mod k+9).

Original entry on oeis.org

15, 208, 6976, 8415, 31815, 351351, 2077696, 20487159, 159030135, 536559616, 2586415095, 137433972736, 2199003332608
Offset: 1

Views

Author

Paolo P. Lava, Jul 06 2016

Keywords

Examples

			sigma(15) mod (15 + 9) = 24 mod 24 = 0.
		

Crossrefs

Programs

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

Extensions

a(7)-a(13) from Giovanni Resta, Jul 06 2016