#Guys help to solve this problem

15 messages · Page 1 of 1 (latest)

keen owlBOT
fierce magnet
#

R(10) = R(2*5)

#

So R(10) will carry the prime factors of R(2) and R(5)

#

Could add some to the list

#

R(10^9) = R(2^9 * 5^9) will have the prime factors of R(2), R(4). R(5), R(10), .... R(2^k * 5^q) ....

brittle needle
#

so for example i need to find first 2 prime factors of 10 at power of 9

#

so what i can do

fierce magnet
#

So 2 doesn't divide it

#

3 also doesn't

#

Hm

#

Are you allowed to use a computer?

brittle needle
brittle needle
brittle needle
#

Guys someone can help