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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138362 Primes of the form n^2+11. 0
11, 47, 587, 911, 1307, 2927, 8111, 9227, 13007, 14411, 15887, 20747, 22511, 32411, 34607, 41627, 44111, 54767, 60527, 72911, 90011, 104987, 133967, 152111, 197147, 207947, 236207, 254027, 260111, 318107, 404507, 427727, 443567, 467867, 476111 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Intersection[Table[n^2+11, {n, 0, 10^2}], Prime[Range[9*10^3]]] ...or... For[i=11, i<=11, a={}; Do[If[PrimeQ[n^2+i], AppendTo[a, n^2+i]], {n, 0, 100}]; Print["n^2+", i, ", ", a]; i++ ]

PROG

(MAGMA) [ a: n in [0..900] | IsPrime(a) where a is n^2+11] [From Vincenzo Librandi, Nov 24 2010]

CROSSREFS

Sequence in context: A123984 A141282 A067355 * A191499 A072372 A024530

Adjacent sequences:  A138359 A138360 A138361 * A138363 A138364 A138365

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 07 2008

EXTENSIONS

More terms from Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 28 2010

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 03:37 EST 2012. Contains 205570 sequences.