The Mystery of Pell and NSW Numbers: Can You Solve It?

  • Thread starter Thread starter T.Rex
  • Start date Start date
  • Tags Tags
    Mystery Numbers
T.Rex
Messages
62
Reaction score
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
 
Physics news on Phys.org
Well I don't know the solution, but this is how I would look at it. First of all we are looking at odd numbers, although before we do I would like to mention:

2^0 + 1 = 1^2

Right so the from we have is:

2^{2m + 1} + 1 = 2 \cdot 2^{2m} + 1 = 2 \cdot \left( 2^m \right)^2 + 1 = 2a^2 + 1 = p^2

So you are looking for the integer solutions of:

2 a^2 + 1 = p^2 \quad \text{where:} \quad a = 2^m \quad m, \, p \, \in \mathbb{N}

Now, it's not too difficult to deduce from that that p must be odd. Not only that but p - 1 must be twice another square number. Hence:

p^2 = \left(2q + 1\right)^2 = 4q^2 + 4q + 1

So:

2q^2 + 2q = a^2

q^2 + q = 2^{2m - 1}

q(q + 1) = 2^{2m - 1}

Which is a contradiction for q > 1. Now look at q = 1, which is p=3 and your solution. :smile:
 
Last edited:
Thanks !

Thanks ! That proves that (n,p)=(3,3) is the unic solution of 2^n+1=p^2.
Thanks to your proof, I think I have something shorter:
2^n+1=p^2 \leftrightarrow 2^n=(p-1)(p+1) .
In order to have both p-1=2^\alpha and p+1=2^\beta, it is clear that there is only 1 solution: p=3 .

Thanks !
Tony
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top