My problem is this. find the maximal integer n, so the equation:
$t^n+2\equiv0 \mod (s^n-1). $
has a solution (s,t>1 have to be integers). I would like to read your solution and even just an opinion. I'm not even sure this problem can be solved.
My problem is this. find the maximal integer n, so the equation:
$t^n+2\equiv0 \mod (s^n-1). $
has a solution (s,t>1 have to be integers). I would like to read your solution and even just an opinion. I'm not even sure this problem can be solved.
It seems to be a difficult problem. I will write $(n,t,s)\in S$ to indicate that the triplet is a solution. Some easy observations follow.
Based on the last observation, I have started a search for solutions with $n$ prime. The only one I found is $(5,8860,19)$.