A336554 Odd numbers k such that rad(k) divides sigma(k).
1, 135, 891, 1521, 3375, 5733, 10935, 11907, 41067, 43875, 84375, 89667, 92781, 98865, 107811, 108927, 154791, 185625, 200655, 216513, 226233, 273375, 274625, 287469, 307125, 336141, 416745, 448335, 480249, 544635, 557375, 570375, 590625, 627669, 628849, 648675, 692055, 823875, 885735, 931095, 968877, 1071875, 1108809, 1131165
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1200 (terms 1..216 from Antti Karttunen)
- Index entries for sequences where odd perfect numbers must occur, if they exist at all.
Programs
-
PARI
isA336554(n) = if(!(n%2),0,!(sigma(n) % factorback(factorint(n)[, 1])));
Comments