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!)
A104110 Nonnegative numbers k such that k^2 + 42 is prime. 2
1, 5, 11, 13, 17, 23, 29, 41, 47, 53, 55, 89, 95, 101, 103, 107, 109, 115, 121, 125, 131, 145, 157, 169, 179, 181, 185, 191, 197, 211, 221, 233, 239, 247, 271, 277, 289, 299, 307, 311, 313, 325, 349, 355, 359, 361, 367, 403, 421, 425, 433, 443, 457, 467, 493 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 500, 2], PrimeQ[#^2+42]&] (* Harvey P. Dale, May 25 2017 *)
PROG
(PARI) for(i=0, 422, if(isprime(i^2+42), print1(i ", ")))
(Magma) [ n: n in [0..500] | IsPrime(n^2 + 42) ] // Vincenzo Librandi, Nov 13 2010
CROSSREFS
Sequence in context: A371449 A272446 A307390 * A038936 A106091 A246374
KEYWORD
nonn
AUTHOR
Gerald McGarvey, Mar 04 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 11 23:47 EDT 2024. Contains 373319 sequences. (Running on oeis4.)