The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A114273 Numbers k such that k^2 + 10 is prime. 17
1, 3, 7, 11, 13, 27, 31, 39, 49, 53, 57, 59, 71, 77, 81, 83, 91, 97, 99, 101, 123, 127, 129, 141, 151, 157, 161, 169, 171, 179, 181, 189, 207, 209, 211, 223, 227, 237, 239, 249, 253, 291, 311, 319, 333, 343, 363, 367, 379, 393, 403, 413, 423, 427, 437, 447, 449 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
lst={}; Do[If[PrimeQ[n^2+10], AppendTo[lst, n]], {n, 600}]; lst (* Vladimir Joseph Stephan Orlovsky, Aug 26 2008 *)
PROG
(PARI) is(n)=isprime(n^2+10) \\ Charles R Greathouse IV, Jan 21 2015
CROSSREFS
Other sequences of the type "Numbers k such that k^2 + i is prime": A005574 (i=1), A067201 (i=2), A049422 (i=3), A007591 (i=4), A078402 (i=5), A114269 (i=6), A114270 (i=7), A114271 (i=8), A114272 (i=9), this sequence (i=10), A114274 (i=11), A114275 (i=12).
Sequence in context: A296929 A111363 A193258 * A173295 A191040 A074336
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 19 2005
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 June 3 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)