The Anti-Divisor

[Home]

Even More Anti-divisors

Anti-divisor sums (anti-sigma)

An interesting ad metric is to sum the anti-divisors of a number. If this happens to be n, then the number is anti-perfect. Most numbers are not anti-perfect.

But, not all of the integers are represented by an anti-divisor sum. Some are represented once, and others more.

Here is a JavaScript program that displays the anti-divisor sums, along with the number of n that produce the same result, and a list of these n.

Anti-divisor sums

Note that the data is only accurate to about 333, as this is the highest ad of 499.

A brief summary of the results:

nsigma(ads of n)
32
43
55
64
710
88
98
1014
1112
1213
1319
1416
1518
1614
1728
1828
1918
2024

Most of the sums in this table are even, and over the range 2-499, we find 468 even ad sums, and only 30 odd ad sums.

The odd ad sums demonstrate a strange pattern - the distance between consecutive odd ad sums are : 1,7,1,11,1,15,1,19,1,23,1,27,1,31,1,35,1,39,1,43,1,47,1,51,1,55,1,59,1

Anti-phi

The anti-phi function is defined as the numbers <n that do not have any anti-divisor as a factor.

nanti-phi
21
31
42
51
64
71
84
94
103
112
128
133
147
157
169
172
188
195
2010

Anti-phi

The first number after the list of ads is the anti-phi value, the second the phi value, and the third is phi+anti-phi.

An interesting feature of this is when phi(n)+anti-phi(n)=n. This occurs for:

2,3,4,5,6,7,8,12,15,27,30,40,44,57,117,128,171,236,399, 408 and 510. And no more to 1000.

Therefore a conjecture is that there are only a finite number of such numbers.

Note that it is possible for anti-phi(i) to divide i-1, e.g. 5 and 15.

Defining anti-divisors by class

Consider the ads of 22, i.e. 3,4,5,9 and 15. And consider the ads of 23, i.e. 2,3,5,9 and 15.

These two numbers have severals ads in common, but we can say that the ads belong to different classes. The odd ads of 22 belong to the lower ad class, and the odd ads of 23 belong to the upper ad class.

So a formal definition would be that an even ad has a class value of 0, a lower ad has a class value of -1, and an upper ad has a class value of 1.

nadsad classesclass sum
32.0.0
43.-1.-1
52.3.0.1.1
64.0.0
72.3.5.0.-1.-1.-2
83.5.1.1.2
92.6.0.0.0
103.4.7.-1.0.-1.-2
112.3.7.0.1.1.2
125.8.-1.0.-1
132.3.5.9.0.-1.1.-1.-1
143.4.9.1.0.1.2
152.6.10.0.0.0.0
163.11.-1.-1.-2
172.3.5.7.11.0.1.-1.-1.1.0
184.5.7.12.0.1.1.0.2
192.3.13.0.-1.-1.-2
203.8.13.1.0.1.2

Anti-divisor classes

A class sum is defined as the sum of the ad classes.

Two conjectures:


Please address questions/comments/suggestions to : Jon Perry