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”).

A066365
The |sigma(n)-n|-perfect numbers, where f-perfect numbers for an arithmetical function f is defined in A066218.
0
1134, 1476, 1530, 16600, 282555
OFFSET
1,1
LINKS
J. Pe, On a Generalization of Perfect Numbers, J. Rec. Math., 31(3) (2002-2003), 168-172.
MATHEMATICA
f[x_] := Abs[DivisorSigma[1, x] - x]; Select[ Range[2, 10^6], 2 * f[ # ] == Apply[ Plus, Map[ f, Divisors[ # ] ] ] & ]
CROSSREFS
Cf. A066218.
Sequence in context: A122476 A361346 A289253 * A014365 A362543 A027545
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Dec 21 2001
STATUS
approved