|
| |
|
|
A106981
|
|
Primes of the form 2x^2+xy+11y^2, with x and y any integer.
|
|
0
| |
|
|
2, 11, 17, 47, 89, 101, 113, 131, 251, 269, 293, 311, 317, 389, 443, 449, 503, 563, 569, 599, 641, 653, 659, 677, 743, 809, 839, 881, 887, 911, 947, 1013, 1061, 1091, 1163, 1181, 1187, 1259, 1307, 1319, 1361, 1373, 1409, 1487, 1511, 1523, 1583
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Discriminant=-87. See A106856 for more information.
|
|
|
MATHEMATICA
| f[x_, y_]:=2*x^2+x*y+11*y^2; lst={}; Do[Do[p=f[x, y]; If[PrimeQ[p], AppendTo[lst, p]], {y, -5!, 6!}], {x, -5!, 6!}]; Take[Union[lst], 5! ] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 04 2009]
Union[QuadPrimes[2, 1, 11, 10000], QuadPrimes[2, -1, 11, 10000]] (* see A106856 *)
|
|
|
CROSSREFS
| Sequence in context: A118839 A091735 A106949 * A176985 A089592 A106982
Adjacent sequences: A106978 A106979 A106980 * A106982 A106983 A106984
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| T. D. Noe (noe(AT)sspectra.com), May 09 2005
|
| |
|
|