T.Rex
- 62
- 0
Hi,
I'm looking to solutions of: 2^n+Q=m^2 , where Q=1 .
Obviously, n must be odd.
I already know the trivial solution: 2^3+1=3^2 and I've started using a naive PARI/gp program for finding (n,m) up to n=59 . No success yet.
Do you know about other solutions or about some theory ?
This is related to Pell numbers (P,Q)=(2,-1) and to a series of Prime numbers studied by Newman, Shanks and Williams, called NSW numbers, and generated by: (P,Q)=(6,1) .
The idea is to have D=P^2-4Q=2^n and Q=\pm 1 .
Since Mersenne numbers are square-free, (2,-1) is the unic solution for Q=-1.
About Q=1, I don't know ...
Tony
I'm looking to solutions of: 2^n+Q=m^2 , where Q=1 .
Obviously, n must be odd.
I already know the trivial solution: 2^3+1=3^2 and I've started using a naive PARI/gp program for finding (n,m) up to n=59 . No success yet.
Do you know about other solutions or about some theory ?
This is related to Pell numbers (P,Q)=(2,-1) and to a series of Prime numbers studied by Newman, Shanks and Williams, called NSW numbers, and generated by: (P,Q)=(6,1) .
The idea is to have D=P^2-4Q=2^n and Q=\pm 1 .
Since Mersenne numbers are square-free, (2,-1) is the unic solution for Q=-1.
About Q=1, I don't know ...
Tony