Prime Numbers in the Diophantine equation q=(n^2+1)/p and p is Prime

AntonVrba
Messages
92
Reaction score
0
Investigating the Diophantine equation q = \frac{n^2+1}{p}} where {p} is a prime number, n,q are integers per definition

The prime numbers can be sorted into two groups

Group 1 has no solution and

Group 2 has the solution n = \{ a\times p - b{ \ },{ \ } a\times p + b \} {\ \ \ }\forall { \ \ }a>=0

The table below list results for the first view primes, there is no particular pattern which divides the primes into either group 1 or 2 nor a pattern for the value b and there seem to be an equal number group1 and group2 primes.
\begin{array}{cc,c,c}<br /> {No.&amp;Group\ 1&amp;Group\ 2&amp;b\\<br /> 1&amp;{}&amp;2&amp;1\\<br /> 2&amp;3&amp;{}&amp;{}\\<br /> 3&amp;{}&amp;5&amp;2\\<br /> 4&amp;7&amp;{}&amp;{}\\<br /> 5&amp;11&amp;{}&amp;{}\\<br /> 6&amp;{}&amp;13&amp;5\\<br /> 7&amp;{}&amp;17&amp;4\\<br /> 8&amp;19&amp;{}&amp;{}\\<br /> 9&amp;23&amp;{}&amp;{}\\<br /> 10&amp;{}&amp;29&amp;12\\<br /> 11&amp;31&amp;{}&amp;{}\\<br /> 12&amp;{}&amp;37&amp;6\\<br /> 13&amp;{}&amp;41&amp;9\\<br /> 14&amp;43&amp;{}&amp;{}\\<br /> 15&amp;47&amp;{}&amp;{}\\<br /> 16&amp;{}&amp;53&amp;23<br /> \end{array}


example the for the 10th prime =29 q= (12^2+1)/29 = 5
and 29-12 = 17 q =(17^2+1)/29 =10
and 29+12 = 41 q =(41^2+1)/29 =58
and 2x29-12=46 q =(46^2+1)/29 =73
and 2x29+12=46 q =(70^2+1)/29 =169 which is a perfect square.
etc

A further interesting property is that for many (if not all)p_2 a prime in Group 2 a infinite number of a exists, such that \frac{(a\times p_2 \pm b)^2+1}{p_2}} is a perfect square. (read \pm as plus or minus b)
47318x29-12=1372210 q =(1372210^2+1)/29 =64929664969 = 254813^2

My question is - are there other properties that can be attributed to the Group1 or Group2 primes?
 
Physics news on Phys.org
Have you tried looking at your answers modulo some number? mod 2, mod 3, mod 4, or mod 8 often tell you something interesting about integer equations involving squares.
 
Hurkyl said:
Have you tried looking at your answers modulo some number? mod 2, mod 3, mod 4, or mod 8 often tell you something interesting about integer equations involving squares.
Interesting - all Group2 primes have remainder 1 when divided by 4
 
AntonVrba said:
Interesting - all Group2 primes have remainder 1 when divided by 4

Except 2.

You can say more and assert that every prime congruent to 1 mod 4 is in your group 2. You're just asking for what primes p does the equation n^2\equiv -1\ \mod\ p have a solution n, or when is -1 a square mod p. Look up the Legendre symbol, quadratic residues,Euler's criteria etc.
 
unique identifiers for Group 2 primes

Let a(n) = n^2 +1. Let p, q be primes from group 2 and P, Q be the unique numbers less than p/2 or q/2, respectively, such that a(P) equals 0 mod p and a(Q) equals 0 mod q.
A. If a(n) equals 0 mod p then n equals either +/- P mod p.
B. If a(P) is composite, i.e. = p*d*q (q is prime, d >/= 1) then all other prime factors of a(P) correspond to still smaller numbers Q such that a(Q) equals 0 mod q. An example is a(12) equals 0 mod 29. Since 12 < 29/2, then 12 is the lowest positive number n such that a(n) = 0 mod 29. The other prime factor of a(12) is 5 which corresponds to q = 5 where Q=2 and 12= 2 mod 5.
C. The P, Q numbers etc and the corrresponding primes (->1 means that all prime factors were previously listed) for n < 16 are
1->2
2->5
3->1
4->17
5->13
6->37
7->1
8->1
9->41
10->101
11->61
12->29
13->1
14->197
15->113
 
Last edited:
Ramsey - 100% correct - this helps me further
 
##\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