searching for prime numbers using a fibonacci sequence

Joined
Aug 3, 2019
Messages
1
1. I am choosing any natural number, for example -> 14 000 000.
On this basis, I am calculating the number that creates the Fibonacci relationship with it.
14 000 000 * 0.6180 = 8 652 000

In the result, I have two numbers
14 000 000 and 8 652 000

2. From the set of prime numbers 1 -> [2]; 2 -> [3]; 3 -> [5]; 4 -> [7]; ....
for 14 000 000 -> [256 203 221] and 8 652 000 -> [153 912 457] I divide prime numbers.
153 912 457 / 256 203 221 = 0.60074364560779658

3. I made such a division for natural numbers from 14 000 000 to 16 000 000 and I received an interesting graph about the fractal properties which I can not analyze further, maybe someone has an idea.
 
Last edited:
Top