A145050 Primes p of the form 4*k+1 for which s=26 is the least positive integer such that s*p-(floor(sqrt(s*p)))^2 is a square.
6569, 8117, 8689, 9221, 9281, 9829, 10289, 10457, 11597, 11953, 12577, 12721, 13093, 14561, 15737, 15817, 16529, 17041, 17341, 17737, 18089, 18397, 19121, 19997, 20129, 20693, 20789, 21601, 21701, 22093, 22433, 22777, 22877, 23029, 23633, 23833, 24809, 25589
Offset: 1
Keywords
Examples
a(1)=6569 since p=6569 is the least prime of the form 4*k+1 for which s*p-(floor(sqrt(s*p)))^2 is not a square for s=1..25, but 26*p-(floor(sqrt(26*p)))^2 is a square (for p=6569 it is 225).
Extensions
More terms from Jinyuan Wang, Jul 16 2025
Comments