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.

A105402 Positive integers k such that the prime factors of sigma(k) are a subset of the prime factors of k.

Original entry on oeis.org

1, 6, 28, 30, 42, 66, 84, 102, 120, 138, 186, 210, 270, 282, 318, 330, 364, 420, 426, 462, 496, 510, 546, 570, 642, 672, 690, 714, 762, 840, 868, 870, 924, 930, 966, 1080, 1092, 1122, 1146, 1302, 1320, 1410, 1428, 1488, 1518, 1590, 1638, 1722, 1770, 1782, 1890
Offset: 1

Views

Author

Walter Kehowski, May 01 2005

Keywords

Comments

Also numbers k such that k^k/sigma(k) is integral. - Vicente Izquierdo Gomez, Jan 04 2013.
Pollack and Pomerance call these numbers "prime-deficient numbers". - Amiram Eldar, Jun 02 2020

Examples

			102 is a term since 102 = 2*3*17 and sigma(102) = 2^3*3^3.
		

Crossrefs

Programs

  • Maple
    A:=select(proc(z) numtheory[factorset](sigma(z)) subset numtheory[factorset](z) end,[$1..100000]); has 716 members.
  • Mathematica
    Select[Range[2000],IntegerQ[#^#/DivisorSigma[1,#]] &] (* Vicente Izquierdo Gomez, Jan 04 2013 *)

Extensions

Extended by R. J. Mathar, Dec 08 2008