login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A088845
Multiply perfect numbers k for which the quotient sigma_5(k)/k = A001160(k)/k is nonintegral.
3
496, 523776, 23569920, 142990848, 275502900594021408, 622286506811515392, 71065075104190073088, 34384125938411324962897920, 41254809330254618094796800000, 2360137508360958913826987704320, 11990459635691909131039408128000, 24862223033124742964111030747136
OFFSET
1,1
LINKS
PROG
(PARI) lista() = {v = readvec("b007691.txt"); for (i=1, #v, vi = v[i]; if (sigma(vi, 5) % vi, print1(vi, ", "); ); ); } \\ Michel Marcus, Dec 26 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 05 2003
EXTENSIONS
Extended using A007691 b-file by Michel Marcus, Dec 26 2013
Data corrected by Amiram Eldar, May 09 2024
STATUS
approved