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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096547 Primes p such that primorial(p)/2-2 is prime. 5
5, 7, 11, 13, 17, 19, 23, 31, 41, 53, 71, 103, 167, 431, 563, 673, 727, 829, 1801, 2699, 4481, 6121, 7283, 9413, 10321, 12491, 17807, 30307 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Discussion group for the primality-testing program PrimeForm.

EXAMPLE

a(3)=7 because primorial(7)/2-2=A070826(4)-2=2*3*5*7/2-2=103 is prime.

MATHEMATICA

k = 1; Do[k *= Prime[n]; If[PrimeQ[k - 2], Print[Prime[n]]], {n, 2, 3276}] (Propper)

CROSSREFS

Cf. A070826, A096177 primes p such that primorial(p)/2+2 is prime, A096178 primes of the form primorial(p)/2+2, A014545 primorial primes, A087398.

Sequence in context: A020589 A101635 A118941 * A128824 A098420 A093495

Adjacent sequences:  A096544 A096545 A096546 * A096548 A096549 A096550

KEYWORD

nonn

AUTHOR

Hugo Pfoertner (hugo(AT)pfoertner.org), Jun 27 2004

EXTENSIONS

5 more terms from Ryan Propper (rpropper(AT)stanford.edu), Oct 25 2005

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 17 10:03 EST 2012. Contains 206009 sequences.