Re: What makes a good teacher? What is a formula?
Posted: Tue Feb 18, 2020 9:38 am
Thank you.AloneAgainstAll wrote:You mean to explain what is under attachment? You ask me to explain this formula? How this formula works? Or what?I still dont get it, really.
If you ask how formula works, it works (by works i mean "produce n-th prime number) beacuse:
The sum contains three factors which we multiply k, and 2 complicated fractions. We sum from k=2 to k=2^n, but
k is always different from 0, first fraction is different from 0 only when k is prime, and 3rd factor is equal to 1 only when there is exactly n prime numbers below k(otherwise is equal to 0). Thanks to this, this big sum, has terms always equals 0, except 1 time, when its n-th prime number.
Why we summing from k to 2^n? beacuse we need to have n-th prime number between, thanks to Chebyshew rule, which says that between x and 2x there is prime number, which follow that n-th prime number is lower than 2^n (and thats what we needed).
You need to try to examinate first this (its element of this function) to get how this works.For given a, this function is equal to 1 only when x=a, otherwise is equal to 0 - look at F1 attachment.
Then you need to examinate next funtion, which is equal to 1 if k is prime number, otherwise is equal to 0 - look at F2 attachment.
If you get this 2 steps, and examine my formula, you will see how it works. I hope that this close case. I am exhausted really.
I am not the best explaining mathemathical things in english, i hope i didnt make any mistakes.