login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A281295
Primes which cannot be written as x^2 + 11*y^2, where x, y > 0.
0
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 167, 173, 179, 181, 191, 193, 197, 211, 223, 227, 229, 233, 239, 241, 251, 263, 271, 277, 281, 283, 293, 307, 313, 317
OFFSET
1,1
COMMENTS
Integers n that cannot be expressed as the product of two numbers of the form a + b*sqrt(-11), where a > 0 and b >= 0 (excluding 1 and n).
FORMULA
a(n) ~ 6/5 * n log n.
PROG
(Magma) Sort([11] cat [p: p in PrimesUpTo(317) | NormEquation(11, p) eq false]);
CROSSREFS
Cf. A033209.
Sequence in context: A329191 A154363 A049555 * A052042 A245576 A086472
KEYWORD
nonn
AUTHOR
STATUS
approved