|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
A simple Ulam spiral displaying the locations of the first 2088 prime numbers (2
- 18229) with cylinders marking out the spiral path itself.
Post a reply to this message
Attachments:
Download 'rwmulamspiral_1080x1080.jpg' (1177 KB)
Preview of image 'rwmulamspiral_1080x1080.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here's a version that's four times larger than the previous post.
Post a reply to this message
Attachments:
Download 'rwmulamspiral_2096x2096.jpg' (3395 KB)
Preview of image 'rwmulamspiral_2096x2096.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This visualization is mesmerizing. It shows that the primes aren't
completely random but they also aren't predictable. It really makes you
think about the nature of primeness.
Thanks for sharing.
David Buck
On 2022-02-23 4:54 p.m., Robert McGregor wrote:
> A simple Ulam spiral displaying the locations of the first 2088 prime numbers (2
> - 18229) with cylinders marking out the spiral path itself.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
BTW, is there any reason some of the spheres are green and others are blue?
Thanks,
David Buck
On 2022-02-23 4:56 p.m., Robert McGregor wrote:
> Here's a version that's four times larger than the previous post.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
David Buck <dav### [at] simberoncom> wrote:
> This visualization is mesmerizing. It shows that the primes aren't
> completely random but they also aren't predictable. It really makes you
> think about the nature of primeness.
>
> Thanks for sharing.
Thanks David!
David Buck <dav### [at] simberoncom> wrote:
> BTW, is there any reason some of the spheres are green and others are blue?
No reason, they were all blue at first. Just for variation I added some random
green/blue coloration to each sphere:
pigment { rgb <0, RRand(0.2, 0.5, R), RRand(0.25, 0.9, R)> }
Cheers,
Rob
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Il 23/02/2022 22:54, Robert McGregor ha scritto:
> A simple Ulam spiral displaying the locations of the first 2088 prime
numbers (2
> - 18229) with cylinders marking out the spiral path itself.
Like a fascinating web with unique raindrops...
Paolo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Op 24/02/2022 om 17:57 schreef Robert McGregor:
> David Buck <dav### [at] simberoncom> wrote:
>> This visualization is mesmerizing. It shows that the primes aren't
>> completely random but they also aren't predictable. It really makes you
>> think about the nature of primeness.
>>
>> Thanks for sharing.
>
> Thanks David!
>
> David Buck <dav### [at] simberoncom> wrote:
>> BTW, is there any reason some of the spheres are green and others are blue?
>
> No reason, they were all blue at first. Just for variation I added some random
> green/blue coloration to each sphere:
>
> pigment { rgb <0, RRand(0.2, 0.5, R), RRand(0.25, 0.9, R)> }
>
>
> Cheers,
> Rob
>
>
Mesmerizing indeed. And an excellent way to show this. First time I
heard about an ulam spiral...
--
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
Thomas de Groot <tho### [at] degrootorg> wrote:
> Op 24/02/2022 om 17:57 schreef Robert McGregor:
> > A simple Ulam spiral displaying the locations of the first 2088 prime numbers
>
> ... First time I heard about an ulam spiral...
same here. v pleasing, visually. the Wikipedia page shows that other
arrangements are .. permissible. attached shows primes marked on a Hilbert
Curve (sphere_sweep, 4096 points), more "patterns". (I wonder how much of those
"patterns" is just the result of a desire to see patterns. :-))
regards, jr.
Post a reply to this message
Attachments:
Download 'h12.png' (220 KB)
Preview of image 'h12.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
David Buck <dav### [at] simberoncom> wrote:
> This visualization is mesmerizing. It shows that the primes aren't
> completely random but they also aren't predictable. It really makes you
> think about the nature of primeness.
>
Indeed. This is very intriguing. Your curve and JR's Hilbert example make me
wonder if there is some other kind of spiral (or more complex multi-dimensional
shape??) that would show an even clearer visual pattern to the primes. I kind of
sense that there may be something 'deeper' going on here, yet to be discovered.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le 2022-02-27 à 05:37, jr a écrit :
> hi,
>
> Thomas de Groot <tho### [at] degrootorg> wrote:
>> Op 24/02/2022 om 17:57 schreef Robert McGregor:
>>> A simple Ulam spiral displaying the locations of the first 2088 prime numbers
>>
>> ... First time I heard about an ulam spiral...
>
> same here. v pleasing, visually. the Wikipedia page shows that other
> arrangements are .. permissible. attached shows primes marked on a Hilbert
> Curve (sphere_sweep, 4096 points), more "patterns". (I wonder how much of those
> "patterns" is just the result of a desire to see patterns. :-))
>
>
> regards, jr.
Our brains are extremely good at finding patterns. Even TO good at it.
It can, and do, find patterns even in places where there are no patterns
at all.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |