login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107138 Primes of the form 3x^2+11y^2. 2
3, 11, 23, 47, 59, 71, 179, 191, 251, 311, 383, 419, 443, 467, 587, 599, 647, 683, 719, 839, 863, 911, 947, 971, 983, 1103, 1259, 1307, 1367, 1439, 1499, 1511, 1523, 1571, 1607, 1787, 1871, 1907, 2003, 2027, 2039, 2099, 2267, 2399, 2423, 2447, 2531 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Discriminant=-132. See A107132 for more information.

FORMULA

The primes are congruent to {3, 11, 23, 47, 59, 71, 119} (mod 132). - T. D. Noe (noe(AT)sspectra.com), May 02 2008

MATHEMATICA

Clear[f, lst, p, x, y]; f[x_, y_]:=3*x^2+11*y^2; lst={}; Do[Do[p=f[x, y]; If[PrimeQ[p]&&p<9624, AppendTo[lst, p]], {y, 0, 6!}], {x, 0, 6!}]; Take[Union[lst], 150] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 05 2009]

QuadPrimes[3, 0, 11, 10000] (* see A106856 *)

CROSSREFS

Cf. A139827.

Sequence in context: A159791 A078723 A141187 * A145473 A173078 A128928

Adjacent sequences:  A107135 A107136 A107137 * A107139 A107140 A107141

KEYWORD

nonn,easy

AUTHOR

T. D. Noe (noe(AT)sspectra.com), May 13 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 12:09 EST 2012. Contains 205469 sequences.