login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A028882 Numbers n such that n^2 - 7 is prime. 3
3, 6, 12, 18, 24, 36, 48, 54, 60, 66, 90, 96, 108, 132, 138, 156, 162, 174, 186, 192, 204, 216, 222, 228, 240, 246, 270, 306, 318, 330, 360, 366, 384, 390, 408, 438, 450, 468, 474, 480, 492, 498, 522, 570, 576, 582, 606, 612, 618, 624, 636, 642, 660, 678, 708 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

P. De Geest, Palindromic Quasipronics of the form n(n+x)

MATHEMATICA

f[n_]:=PrimeQ[n^2-7]; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 3, 7!, 1}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 12 2009]

PROG

(MAGMA) [n: n in [3..1000] |IsPrime(n^2-7)] [From Vincenzo Librandi, Nov 18 2010]

CROSSREFS

Sequence in context: A079830 A160744 A160738 * A154907 A024513 A181026

Adjacent sequences:  A028879 A028880 A028881 * A028883 A028884 A028885

KEYWORD

nonn

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 06:53 EST 2012. Contains 205451 sequences.