A332228 Odd numbers n, not powers of primes, such that sigma(n) is congruent to 2 modulo 8.
153, 325, 369, 657, 725, 801, 833, 845, 873, 925, 1017, 1233, 1325, 1377, 1445, 1525, 1737, 2009, 2057, 2097, 2169, 2313, 2525, 2529, 2725, 2817, 2925, 3033, 3177, 3321, 3577, 3609, 3681, 3725, 3757, 3897, 3925, 4041, 4113, 4205, 4325, 4361, 4525, 4689, 4753, 4901, 4925, 4961, 5121, 5193, 5337, 5409, 5537, 5553, 5725
Offset: 1
Keywords
Links
Programs
-
PARI
isA332228(n) = ((n%2)&&!isprimepower(n)&&2==(sigma(n)%8));
Comments