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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033225 Primes of form x^2+37*y^2. 4
37, 41, 53, 73, 101, 137, 149, 157, 173, 181, 197, 229, 233, 269, 293, 317, 337, 349, 373, 397, 433, 509, 521, 593, 601, 613, 617, 641, 673, 677, 733, 761, 773, 821, 877, 881, 929, 937, 941, 953, 1009, 1033 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

D. Cox, "Primes of Form x^2 + n y^2", Wiley, 1989.

FORMULA

The primes are congruent to {1, 9, 21, 25, 33, 37, 41, 49, 53, 65, 73, 77, 81, 85, 101, 121, 137, 141, 145} (mod 148). - T. D. Noe (noe(AT)sspectra.com), Apr 29 2008

MATHEMATICA

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

QuadPrimes[1, 0, 37, 10000] (* see A106856 *)

CROSSREFS

Cf. A139643.

Sequence in context: A100722 A093690 A090263 * A073686 A176926 A155849

Adjacent sequences:  A033222 A033223 A033224 * A033226 A033227 A033228

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 15 23:53 EST 2012. Contains 205860 sequences.