A225835 Smallest prime p such that there is a prime q satisfying (2*n + 1)*p^2 - (2*n-1)*q^2 = 2, or 0 if no such p exists.
3, 26839, 11, 239, 379
Offset: 1
Keywords
Examples
(2*2+1)*26839^2 - (2*2-1)*34649^2 = 3601659605 - 3601659603 = 2 and 26839, 34649 are primes, so a(2) = 26839.
Links
- Eric Weisstein's World of Mathematics, Pell Equation
Extensions
a(2) from Giovanni Resta, May 15 2013
Comments