Splitting a number to a sum of perfect powers

80 Views Asked by At

Given a number $N$, is it possible to determine whether the number can be splitted to a sum of $c$ perfect powers:

$N={a_1}^q+{a_2}^w+.....{a_c}^t$