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!)
A114271 Numbers k such that k^2 + 8 is prime. 16
3, 9, 15, 21, 33, 51, 57, 81, 87, 111, 117, 123, 129, 135, 141, 147, 153, 177, 189, 213, 219, 255, 279, 285, 315, 321, 327, 345, 351, 363, 399, 417, 465, 471, 477, 483, 495, 549, 579, 585, 627, 657, 663, 669, 723, 735, 741, 747, 759, 771, 783, 789, 807, 825 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a={}; Do[If[PrimeQ[n^2+8], AppendTo[a, n]], {n, 0, 10^3}]; a (* Vladimir Joseph Stephan Orlovsky, Apr 29 2008 *)
Select[Range[1, 901, 2], PrimeQ[#^2+8]&] (* Harvey P. Dale, Aug 27 2023 *)
PROG
(PARI) is(n)=isprime(n^2+8) \\ 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), this sequence (i=8), A114272 (i=9), A114273 (i=10), A114274 (i=11), A114275 (i=12).
Sequence in context: A067201 A071526 A276967 * A137164 A108701 A064539
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)