Brush up your number theory skills!

Find sum of all the primes of the form n n + 1 { n }^{ n }+1 , where n n is an integer, which are less than 10 19 { 10 }^{ 19 } .

If the answer is x x , submit your answer as x + ( x m o d 33 ) x + (x \bmod {33} ) .

Try this .


The answer is 264.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Sauditya Yo Yo
Jun 2, 2015

this number should be of form 2^(2^(2..........) +1 therefore answer is 2+5+257=264 (264=0(mod33))

Aditya Kumar
May 31, 2015

For n = 1 , n = 2 n=1 ,n=2 , we get primes. An odd n > 1 n>1 yields an even n n + 1 > 2 {n^n+1}>2 . So n n must be even, i.e., n = 2 2 t ( 2 k + 1 ) n={ 2 }^{ { 2 }^{ t }(2k+1) } . Since

2 2 t + 1 2 2 t ( 2 k + 1 ) + 1 { 2 }^{ { 2 }^{ t } }+1|{ 2 }^{ { 2 }^{ t }(2k+1) }+1

The exponent of n n cannot have an odd divisor. Thus n = 2 2 t n={ 2 }^{ { 2 }^{ t } } .

Therefore, we get x = 264 x=264 .

but u asked to submit the answer as x+(xmod33). so it should be 561

D K - 6 years ago

Log in to reply

Well, 264 is divisible by 33. So, 264mod33 =0. So the answer remains 264!!!

Didarul Azam - 6 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...