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!)
A153781 Numbers n such that n^2+13n+23 is prime. 3
0, 1, 2, 3, 5, 6, 7, 8, 14, 15, 16, 19, 20, 24, 27, 28, 34, 36, 37, 40, 41, 42, 44, 45, 47, 49, 57, 59, 62, 64, 66, 68, 71, 72, 73, 78, 84, 85, 86, 90, 96, 103, 105, 106, 110, 117, 119, 122, 124, 129, 132, 133, 136, 141, 150, 154, 156, 157, 163, 168, 169, 174 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Select[Range[0, 900], PrimeQ[#^2 + 13 # + 23] &] (* Vincenzo Librandi, Jul 31 2012 *)
PROG
(Magma) [n: n in [0..200]| IsPrime(n^2+13*n+23)]; // Vincenzo Librandi, Jul 31 2012
(PARI) is(n)=isprime(n^2+13*n+23) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. A144561.
Sequence in context: A039086 A280060 A197433 * A255398 A050025 A255430
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 03 2009
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 May 12 13:42 EDT 2024. Contains 372480 sequences. (Running on oeis4.)