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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124082 Numbers n such that p(n)!/p(n)# - 1 is prime (p(i)=i-th prime). 0
3, 4, 7, 21, 60 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

No more terms through 1000. - Ryan Propper (rpropper(AT)stanford.edu), Jan 27 2007

EXAMPLE

1*2*3*4*5/(2*3*5) -1 = 3 prime so a(1)=3 as 5=p(3)

1*2*3*4*5*6*7/(2*3*5*7) -1 = 23 prime so a(2)=4 as 7=p(4)

1*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17/(2*3*5*7*11*13*17) -1 = 696729599 prime so a(3)=7 as 17=p(7)

MATHEMATICA

Primorial[n_] := Times @@ Select[Range[n], PrimeQ]; Do[k = Prime[n]; If[PrimeQ[k!/Primorial[k] - 1], Print[n]], {n, 10^3}] - Ryan Propper (rpropper(AT)stanford.edu), Jan 27 2007

CROSSREFS

Sequence in context: A169892 A113534 A030724 * A056655 A145593 A042037

Adjacent sequences:  A124079 A124080 A124081 * A124083 A124084 A124085

KEYWORD

more,nonn

AUTHOR

Pierre CAMI (pierre-cami(AT)bbox.fr), Nov 25 2006

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 14 15:22 EST 2012. Contains 205624 sequences.