numbers are those n such that n divides sigma(n) (the sum of divisors of n). That is, when the fraction sigma(n)/n is reduced to lowest terms, the denominator being 1 means n is multiperfect.
Some numbers just fail to be multiperfect, in the sense that when you reduce sigma(n)/n to lowest terms, almost everything cancels. An example is:
= 2^32 3^13 5^2 7^6 11^2 17 19 23 29 31 41 89 163 263 307 547^2 613 1093 2141 4733 599479
In this case, sigma(L)/L = 25/4. I have been jokingly thinking of numbers like this as "Poppins numbers", remembering that Mary Poppins thought of herself a "practically perfect in every way". I don't have a strong definition of these -- that is, I have no clear criterion for how small the denominator has to be before we take notice of the number as a near miss in the search for multi-perfection.
OEIS, though, thinks that if the denominator is 6 or less, that's interesting.
Numbers for which this denominator (let's call it D) is 1 are of course the multiperfect numbers themselves,
oeis.org/A007691 .
Numbers for which D = 2 are striking enough that they actually have a name, "hemiperfect" numbers. They are at
oeis.org/A159907 .
D = 3 doesn't have a name, but I propose calling them "tritoperfect" on analogy with "hemiperfect". See
oeis.org/A245775 .
BUT: The identity of A229088 with the tetartoperfect numbers is only conjectural. This sequence was added to OEIS with a different original interpretation. The title interpretation is that these are the numbers k, such that sigma(k) and antisigma(k) (the sum of the nondivisors of k less than k) have the same residue modulo k.
Now the punchline: my clumsy calculations suggest that the number L given above is a counterexample to the conjecture. I am pretty sure that this number is tetartoperfect, and I am also pretty sure that it doesn't belong in A229088, because the residue mod L of its antisigma is exactly twice the sigma residue, not the same number.
Can somebody confirm this? I'm feeling all thumbs and I half suspect I have made a stupid arithmetic error.
Also: if anybody thinks the D = 7 "hebdomoperfect" numbers are interesting, the first few are 7, 14, 42, 56, 168, 280, 588, 840, 2520.
Everybody who searches for multiperfect numbers stumbles on Poppinses like L from time to time, and it would be nice to have a place to record them.
-- Allan