|
| |
|
|
A079544
|
|
Primes of the form x^2 + y^2 + 1, x>0, y>0.
|
|
2
| |
|
|
3, 11, 19, 41, 53, 59, 73, 83, 101, 107, 131, 137, 149, 163, 179, 181, 227, 233, 251, 293, 307, 347, 389, 401, 443, 467, 491, 521, 523, 563, 587, 593, 613, 641, 677, 739, 773, 809, 811, 821, 883
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Sequence is known to be infinite.
|
|
|
REFERENCES
| D. S. Mitrinovic et al., Handbook of Number Theory, Kluwer, p. 11.
|
|
|
MATHEMATICA
| iMax=7!; a=Floor[Sqrt[iMax]]; lst={}; Do[Do[p=x^2+y^2+1; If[PrimeQ@p&&p<=iMax, AppendTo[lst, p]], {y, 1, a}], {x, 1, a}]; Union[lst] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 11 2009]
|
|
|
CROSSREFS
| Cf. A079545.
Sequence in context: A138725 A138726 A161429 * A163183 A007520 A163851
Adjacent sequences: A079541 A079542 A079543 * A079545 A079546 A079547
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Jan 23 2003
|
| |
|
|