sorry guys im a bit of a chaotic person, and i know this is a bit off topic for this thread. but i'm playing around with perfect numbers.
So what i've found is cool but i don't know if it's arbitrary or anything. (i needed the formula to estimate the amount of digits of the perfect number formula but i decided to go another way about it)
so if you decompose a perfect number into the form of 0.X where X is the perfect number.
example 6 --> 0.6 or 6/10.
i did this for each digit in the perfect number. the next step was to find the common divisors of each of the digits. for 6/10 that's 3; for 20/100 8/100 its 6 and 3 repectively. and so on.
now i had a the following table:
1st (x) | | | | | | | | | 3 |
2nd (y) | | | | | | | | 6 | 3 |
3rd (z) | | | | | | | 12 | 4 | 2 |
4th (g) | | | | | | 16 | 9 | 6 | 4 |
5th (t) | | 64 | 49 | 42 | 29 | 0 | 9 | 4 | 2 |
6th (r) 110 | 90 | 88 | 49 | 54 | 30 | 16 | 0 | 6 | 2 |
So the next thing i did is a bit diabolical XD
i started dividing them as follows:
x/y = 3/6/3 = 3/2 = 1.5
x/y/z = 3/2/12/4/2 = 1/64
x/y/z/g = 3/2/12/4/2/16/9/6/4 = 1/221184
and so on.
now at this point i was only intrested in the denominator. so here is what i've found if you take each denominator and you look for the closest prime that is higher and lower than the denominator you find that they are always a prime number away. Except 6 but it's always except 6
example:
1/64 ---> 64 nearest primes 67 and 61 (3 up and 3 down)
221184 nearest prime 221197 and 221173 (13 up and 11 down)
x/y/z/g/t = 1/60828841672704 nearest prime is 73 up and 5 down
x/y/z/g/t/r = 1/807680758149948855287808000 nearest prime is 31 up and 41 down
x/y/z/g/t/r/8th perfect number sequence = 1/2264977230337753192415723672273367859200000000 nearest prime is 73 up and 41 down
so this is what i've found, is there a natural explanation for this? and is it usefull?
i also found that adding the individual fractions together does some stuff and so on
ps. i calculated everything using wolfram alfa and checked the primes using numberempire.com