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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A028885 Numbers n such that n^2 - 8 is prime. 0
5, 7, 9, 11, 17, 19, 21, 23, 25, 31, 35, 37, 45, 49, 51, 53, 65, 67, 81, 87, 91, 93, 101, 103, 115, 117, 119, 121, 123, 129, 133, 135, 143, 145, 147, 149, 161, 163, 173, 177, 185, 187, 191, 203, 205, 207, 213, 227, 229, 231, 235, 241, 245, 247, 257, 259, 261, 269 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..58.

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

MATHEMATICA

Select[Range[3, 1200], PrimeQ[#^2-8]&] (*From Vladimir Joseph Stephan Orlovsky, Feb 27 2011*)

PROG

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

CROSSREFS

Sequence in context: A086398 A023380 A076190 * A024910 A045236 A029664

Adjacent sequences:  A028882 A028883 A028884 * A028886 A028887 A028888

KEYWORD

nonn

AUTHOR

Patrick De Geest

EXTENSIONS

Checked by Neven Juric (neven.juric(AT)apis-it.hr), Feb 04 2008

STATUS

approved

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 May 26 04:23 EDT 2013. Contains 225653 sequences.