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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087862 Primes of the form 16m^2+169 m=1,2,3.. 2
233, 313, 569, 953, 1193, 2473, 3769, 4793, 6569, 10169, 11833, 12713, 16553, 22073, 28393, 29753, 32569, 40169, 52153, 53993, 61673, 71993, 78569, 115769, 129769, 135593, 144569, 160169, 169913, 186793, 222953, 238313, 250169, 258233, 262313 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

MATHEMATICA

Select[Table[16n^2+169, {n, 0, 700}], PrimeQ] (* Vincenzo Librandi, Dec 11 2011 *)

PROG

(PARI) fourmp1(m, n) = { forstep(x=1, m, 1, y=16*(x^2+n^2)+8*n+1; if(isprime(y), print1(y", ")) ) }

(MAGMA) [a: n in [0..200] | IsPrime(a) where a is 16*n^2+169]; // Vincenzo Librandi, Dec 11 2011

CROSSREFS

Sequence in context: A142182 A105981 A160574 * A141280 A097446 A154621

Adjacent sequences:  A087859 A087860 A087861 * A087863 A087864 A087865

KEYWORD

nonn,easy

AUTHOR

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

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 14 11:36 EST 2012. Contains 205623 sequences.