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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A028880 Primes of form n^2 - 6. 1
3, 19, 43, 163, 283, 523, 619, 2203, 2803, 3019, 4219, 4483, 5323, 5923, 6883, 7219, 9403, 11443, 12763, 13219, 15619, 17683, 20443, 21019, 24019, 27883, 34963, 37243, 38803, 41203, 42019, 46219, 55219, 69163, 75619, 85843, 100483 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Also, primes of the form 4*n^2+4*n-5 (n>0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 05 2010]

LINKS

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

MATHEMATICA

lst={}; Do[s=n^2; If[PrimeQ[p=s-6], AppendTo[lst, p]], {n, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 26 2008]

PROG

(MAGMA) [ a: n in [1..250] | IsPrime(a) where a is 4*n^2+4*n-5 ] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 05 2010]

CROSSREFS

Sequence in context: A100694 A146664 A103176 * A162905 A201875 A063553

Adjacent sequences:  A028877 A028878 A028879 * A028881 A028882 A028883

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.