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!)
A121982 Numbers n such that n^2 + 15 is prime. 8
2, 4, 8, 14, 16, 22, 26, 32, 34, 38, 44, 46, 52, 64, 68, 76, 86, 88, 98, 104, 106, 124, 134, 158, 172, 178, 184, 196, 202, 206, 212, 236, 238, 242, 248, 256, 262, 272, 284, 296, 298, 304, 316, 322, 326, 328, 338, 356, 362, 364, 374, 386, 388, 394, 398, 452, 472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=104 then n^2 + 15 = 10831 (prime).
MATHEMATICA
Select[Range[200], PrimeQ[#1^2 + 15] &] (* G. C. Greubel, Sep 13 2017 *)
PROG
(Magma) [n: n in [0..6000] | IsPrime(n^2 + 15)] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(n^2+15) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A074202 A086303 A209838 * A143423 A253142 A069049
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Sep 09 2006
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 July 14 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)