A073770 Primes p not of the form q + s where q is prime and s > 0 is the smallest square such that q + s is prime.
2, 5, 13, 19, 29, 31, 37, 43, 61, 67, 73, 79, 103, 109, 127, 139, 151, 157, 163, 179, 181, 191, 193, 199, 211, 223, 229, 241, 271, 277, 283, 313, 331, 337, 349, 359, 367, 373, 379, 397, 409, 421, 431, 433, 439, 463, 487, 499, 521, 523, 541, 547, 569, 571, 577
Offset: 1
Keywords
Examples
13 cannot be partitioned into a prime and a square > 0, so 13 is a term. The only partition of 19 into a prime and a square > 0 is (3,16), but 16 is not the smallest square s such that 3 + s is prime since 3 + 4 = 7 is also prime; therefore 19 is a term.
Comments