Let's Go Back to the Basics!

Find the sum of all prime numbers p n p_n such that p n p_n can be represented as a 3 1 a^3-1 where a a is an integer.


The answer is 7.

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.

1 solution

Ivan dennys Opit
Jan 9, 2015

a^3-1=(a-1)(a^2+a+1), because a^3-1 is prime number so a^3-1= (1)(p). exactly a^2+a+1 is impossible to be 1. the consequence is a-1=1. a=2.
a^3-1=2^3-1=7

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...