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!)
A138355 Primes of the form k^2 + 10. 3
11, 19, 59, 131, 179, 739, 971, 1531, 2411, 2819, 3259, 3491, 5051, 5939, 6571, 6899, 8291, 9419, 9811, 10211, 15139, 16139, 16651, 19891, 22811, 24659, 25931, 28571, 29251, 32051, 32771, 35731, 42859, 43691, 44531, 49739, 51539, 56179, 57131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Intersection[Table[n^2+10, {n, 0, 10^2}], Prime[Range[9*10^3]]] ...or... For[i=10, i<=10, a={}; Do[If[PrimeQ[n^2+i], AppendTo[a, n^2+i]], {n, 0, 100}]; Print["n^2+", i, ", ", a]; i++ ]
Select[Range[250]^2+10, PrimeQ] (* Harvey P. Dale, Nov 13 2011 *)
PROG
(Magma) [ a: n in [0..900] | IsPrime(a) where a is n^2+10] // Vincenzo Librandi, Nov 24 2010
CROSSREFS
Sequence in context: A227930 A224383 A139829 * A265802 A178385 A139602
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Apr 28 2010
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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)