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.

A274558 Numbers k such that sigma(k) == 0 (mod k-6).

Original entry on oeis.org

5, 7, 13, 14, 20, 30, 45, 76, 630, 688, 2310, 8896, 133888, 537051136, 1631268870, 35184418226176, 144115191028645888, 2305843021024854016
Offset: 1

Views

Author

Paolo P. Lava, Jul 05 2016

Keywords

Comments

Contains terms of A141549, odd terms of A141548 multiplied by 2, and 6 times terms of A191363 coprime to 6. - Max Alekseyev, May 25 2025

Examples

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

Crossrefs

Programs

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

Extensions

a(14)-a(15) from Giovanni Resta
Term 5 inserted, a(16)-a(18) added by Max Alekseyev, Jun 04 2025