|
Search: id:A107136
|
|
|
| A107136 |
|
Primes of the form 3x^2+10y^2. |
|
+0 2
|
|
| 3, 13, 37, 43, 67, 157, 163, 277, 283, 307, 373, 397, 523, 547, 613, 643, 733, 757, 787, 853, 877, 883, 907, 997, 1093, 1117, 1123, 1213, 1237, 1453, 1483, 1597, 1627, 1693, 1723, 1747, 1867, 1933, 1987, 2053, 2083, 2203, 2293, 2347, 2437, 2467
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Discriminant=-120. See A107132 for more information.
|
|
FORMULA
|
The primes are congruent to {3, 13, 37, 43, 67} (mod 120). - T. D. Noe (noe(AT)sspectra.com), May 02 2008
|
|
MATHEMATICA
|
Clear[f, lst, p, x, y]; f[x_, y_]:=3*x^2+10*y^2; lst={}; Do[Do[p=f[x, y]; If[PrimeQ[p]&&p<9404, AppendTo[lst, p]], {y, 0, 6!}], {x, 0, 6!}]; Take[Union[lst], 150] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 04 2009]
QuadPrimes[3, 0, 10, 10000] (* see A106856 *)
|
|
CROSSREFS
|
Cf. A139827.
Sequence in context: A061483 A128288 A113115 this_sequence A153009 A147168 A147183
Adjacent sequences: A107133 A107134 A107135 this_sequence A107137 A107138 A107139
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), May 13 2005
|
|
|
Search completed in 0.002 seconds
|