login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087870 Primes of the form (4n+1)^2 + (4m+2)^2 where n=1,2,3.., m=1,2,3.. 1
61, 181, 269, 277, 349, 389, 509, 541, 613, 653, 661, 701, 757, 773, 821, 877, 941, 1069, 1109, 1117, 1181, 1237, 1301, 1597, 1613, 1693, 1733, 1741, 1789, 1877, 1933, 1997, 2053, 2069, 2141, 2221, 2269, 2357, 2389, 2437, 2557, 2741, 2789, 2837, 2909 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Union[Select[Flatten[Table[(4n+1)^2+(4m+2)^2, {n, 100}, {m, 100}]], PrimeQ]] (* T. D. Noe, Nov 02 2006 *)
PROG
(PARI) fourmp1a(n) = { for(y=1, n, for(x=1, n, z=(4*y+1)^2+(4*x+2)^2; if(isprime(z), print1(z", "); break) ); ) }
CROSSREFS
Sequence in context: A057216 A139993 A088955 * A121513 A139508 A364716
KEYWORD
nonn
AUTHOR
Cino Hilliard, Oct 10 2003
EXTENSIONS
Corrected by T. D. Noe, Nov 02 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 11 06:35 EDT 2024. Contains 375059 sequences. (Running on oeis4.)