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!)
A048097 Numbers k such that k^2 + k + 11 is prime. 7
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 15, 16, 17, 18, 20, 23, 25, 28, 29, 30, 34, 38, 39, 41, 45, 47, 51, 52, 56, 58, 60, 61, 62, 67, 68, 73, 75, 78, 80, 81, 83, 84, 85, 93, 94, 96, 100, 101, 103, 106, 108, 113, 114, 122, 123, 124, 125, 127, 130, 135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
Select[Range[0, 150], PrimeQ[#^2+#+11]&] (* Harvey P. Dale, May 18 2011 *)
PROG
(Magma) [n: n in [0..150] |IsPrime(n^2+n+11)]; // Vincenzo Librandi, Aug 06 2010
(PARI) is(n)=isprime(n^2+n+11) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A069784 A259624 A178338 * A130843 A350046 A087087
KEYWORD
nonn,easy
AUTHOR
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 16 08:15 EDT 2024. Contains 371698 sequences. (Running on oeis4.)