Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087870
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087870 Primes of the form (4n+1)^2 + (4m+2)^2 where n=1,2,3.., m=1,2,3.. +0
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; listen)
OFFSET

1,1

MATHEMATICA

Union[Select[Flatten[Table[(4n+1)^2+(4m+2)^2, {n, 100}, {m, 100}]], PrimeQ]] - T. D. Noe (noe(AT)sspectra.com), Nov 02 2006

PROGRAM

(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 this_sequence A121513 A139508 A087871

Adjacent sequences: A087867 A087868 A087869 this_sequence A087871 A087872 A087873

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Oct 10 2003

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Nov 02 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research