A338520 Integers that can be expressed as a product d*sigma(d), where sigma is the sum of divisors function, in a single way.
1, 6, 12, 28, 30, 56, 72, 117, 120, 132, 180, 182, 306, 360, 380, 496, 552, 672, 702, 775, 792, 840, 870, 992, 1080, 1092, 1406, 1440, 1568, 1584, 1680, 1722, 1836, 1892, 2016, 2160, 2184, 2256, 2280, 2793, 2862, 3276, 3312, 3510, 3540, 3600, 3672, 3696, 3782, 3960
Offset: 1
Keywords
Links
- David A. Corneth, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
f(n) = sumdiv(n, d, d*sigma(d)==n); \\ A327153 isok(n) = f(n)==1;
Comments