| New Reply |
Finding Primes: A Divisor summatory function |
Share Thread | Thread Tools |
| Jul18-11, 07:19 AM | #1 |
|
|
Finding Primes: A Divisor summatory function
Divisor summatory function is a function that is a sum over the divisor function. It can be visualized as the count of the number of lattice points fenced off by a hyperbolic surface in k dimensions. My visualization is of a different conic , one of a parabola. In fact my lattice points are not arranged in a square either, they are arranged in parabolic coordinates. My lattice point counting algorithm is simple enough though.
for k = 0 --> floor [sqrt n] SUM (d(n)) = SUM ((2*floor[(n - k^2)/k]) + 1) my visualization: http://dl.dropbox.com/u/13155084/prime.png reference: http://en.wikipedia.org/wiki/Divisor...ion#Definition related: http://mathworld.wolfram.com/GausssCircleProblem.html |
| Jul19-11, 06:33 AM | #2 |
|
|
To find a prime with DSUM(n):
for k = 0 --> floor [sqrt n] SUM (d(n)) = SUM ((2*floor[(n - k^2)/k]) + 1) if DSUM(n) - DSUM(n-1) = 2 then n is prime |
| Jul23-11, 08:18 PM | #3 |
|
|
In other words, Jeremy, may posters to this forum infer that you are suggesting that you have rediscovered the Dirichlet Divisor Sum [D(n)]?
If so, I suggest you post some data, say up to 10,000, to better convince the skeptical, although it is an elementary insight to note that your formula matches, in slightly different manner, the definition. Divisor Summatory Function: Definition http://en.wikipedia.org/wiki/Divisor...ion#Definition - AC |
| Jul23-11, 10:15 PM | #4 |
|
|
Finding Primes: A Divisor summatory functionhere is 10,000 with javascript: http://dl.dropbox.com/u/13155084/DSUMv2.htm Also I would like to point out that the terms in this version give the count of the number of ways that integers <=n can be written as a product of k |
| Jul24-11, 09:25 PM | #5 |
|
|
It doesn't just "look similar," Jeremy. Your formula is, algebraically, in terms of the sums, an exact match for the Dirichlet Divisor Sum. In other words, the formula is not in question. What is in question is the Geometry.
Can you -- and I know this might seem silly -- but can you prove that the formula accurately describes the Geometrical construction from which you derived the formula? - AC |
| Jul24-11, 09:35 PM | #6 |
|
|
|
| Jul24-11, 09:54 PM | #7 |
|
|
Personally, I don't know enough about the specific maths involved to be of much help. I am only trying to show you where your model seems to fall short. - AC |
| Jul25-11, 06:40 AM | #8 |
|
|
http://dl.dropbox.com/u/13155084/Pyt...%20lattice.pdf |
| Jul26-11, 09:00 PM | #9 |
|
|
a related thread.
http://www.physforum.com/index.php?showtopic=29372&st=0 |
| Jul26-11, 09:09 PM | #10 |
|
|
After you click ok;
press "1" press "space bar" wait 5 sec... press "2" wait 5 sec.... press "space bar" now play around with the views, 3D and zoom. Can you see how I'm trying to relate it to the "shell theorem" and the "Inverse-square law"? http://en.wikipedia.org/wiki/Shell_theorem http://en.wikipedia.org/wiki/Inverse-square_law http://dl.dropbox.com/u/13155084/PL3...3D_Sphere.html |
| Sep23-11, 11:52 AM | #11 |
|
|
My model shows:
Dirichlet Divisor function sum ((2*floor[(n - k^2)/k]) + 1) where k=1 to floor[sqrt(n)] = A006218 http://oeis.org/A006218 Cicada function sum ( ((n-k^2)/(2k)) - (((n-k^2)/(2k)) mod .5) ) * -2 where k=1 to n = A161664 http://oeis.org/A161664 I would think this would be of great interest to professional mathematicians, maybe not... |
| Sep24-11, 10:07 AM | #12 |
|
|
Cicada function = (-1/2 (2 n H(n)-n^2-n) ) + (sum ( (((n-k^2)/(2k)) mod .5) ) * 2) where k=1 to n Dirichlet Divisor function = n H(n) - (sum ( (((n-k^2)/(2k)) mod .5) ) * 2) where k=1 to n So I guess I’m open to suggestions on what to call the function: f(n) = sum ( (((n-k^2)/(2k)) mod .5) ) * 2 where k=1 to n |
| Sep24-11, 10:18 PM | #13 |
|
|
This might be easier to understand for some: c(n) = sum((n-k^2)/(2k)) * -2 where k = 1 to n H(n) = nth Harmonic Number T(n) = nth Triangular Numner j(n) = sum((n-k^2)/(2k) mod .5) * 2 where k = 1 to n non-divisor base = c(n) divisor base = n*H(n) c(n) + j(n) = Cicada function n*H(n) - j(n) = sum(tau(n)) n*H(n) + c(n) = T(n) |
| Sep27-11, 10:22 AM | #14 |
|
|
I need some help guys.... I'm looking for a way to get a single formula for the sigma function. So far I have got it down to 2.
sigma(0,n) = ceiling [ SUM(2*(((((n-u)-k^2)/(2k)) mod .5) - (((n-k^2)/(2k)) mod .5 ))) ] where k=1 to n, u = 0.000001/n sigma(x,n) = ceiling [ SUM(((2*k*((((n-u)-k^2)/(2k)) mod .5)) - (n mod k))^x) ] where k=1 to n, u = 0.0000001/n, x>0 |
| Oct16-11, 05:28 PM | #15 |
|
|
|
| Oct21-11, 09:07 AM | #16 |
|
|
More detail...
http://dl.dropbox.com/u/13155084/divisor%20semmetry.png how many unique right triangles with side lengths less than n,,can be formed with the height equal to the sqrt(n) and the base and hypotenuse are both either integer or half-integer solutions? Answer: sigma(0,n) / 2 where n is not a perfect square (sigma(0,n)-1) / 2 where n is a perfect square the parabolas are formed by tracing the right triangles with a hypotenuse-base difference of k and a height of sqrt(n). when the base and hypotenuse are both either integers or half-integers then k is a divisor of n. |
| Nov10-11, 07:45 PM | #17 |
|
|
complex number equation for my lattice points: amplitude = a = (n+1)/2 angular frequency = w = acos((n-1)/(n+1)) time (moments) = t = acos(1-k(2/(n+1)))/w a * e^iwt http://en.wikipedia.org/wiki/Trigono...omplex_numbers Interesting wolfram view... ((n+1)/2) * e^iwt where w = acos(1-(2/(n+1))) Re: http://www.wolframalpha.com/input/?i...36%2C+36%7D%5D Im: http://www.wolframalpha.com/input/?i...36%2C+36%7D%5D I wish wolfram had a scatter plot function. |
| New Reply |
| Tags |
| divisor function |
| Thread Tools | |
Similar Threads for: Finding Primes: A Divisor summatory function
|
||||
| Thread | Forum | Replies | ||
| Square of the Riemann zeta-function in terms of the divisor summatory function. | Linear & Abstract Algebra | 6 | ||
| Equation for Finding Primes? | Linear & Abstract Algebra | 11 | ||
| Divisor function | Linear & Abstract Algebra | 4 | ||
| The way of finding primes | Linear & Abstract Algebra | 10 | ||
| Finding primes given a condition | Linear & Abstract Algebra | 2 | ||