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.

A274561 Numbers k such that sigma(k) == 0 (mod k+8).

Original entry on oeis.org

10, 49, 240, 550, 748, 1504, 3192, 7192, 7912, 10792, 17272, 30592, 979992, 1713592, 4526272, 8353792, 9928792, 11547352, 17999992, 89283592, 173482552, 361702144, 1081850752, 1845991216, 2146926592, 11097907192, 12985220152, 21818579968, 34357510144, 109170719992, 228354264064, 279632332792, 549746900992, 1511712719992, 2169800814592
Offset: 1

Views

Author

Paolo P. Lava, Jul 05 2016

Keywords

Examples

			sigma(10) mod (10 + 8) = 18 mod 18 = 0.
		

Crossrefs

Programs

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

Extensions

a(16)-a(35) from Giovanni Resta