The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049421 Composite numbers n such that (n!/n#)-1 is prime, where n# = primorial numbers A034386. 3
4, 6, 8, 16, 21, 34, 39, 45, 50, 72, 76, 133, 164, 202, 216, 221, 280, 496, 605, 2532, 2967, 3337, 8711, 10977, 13724, 15250, 18160, 20943, 33684, 41400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n!/n# is known as n compositorial.
Subset of A140293. Prime numbers are excluded since n!/n# = (n-1)!/(n-1)# when n is prime. - Giovanni Resta, Mar 28 2013
a(31) > 50000. - Roger Karpin, Jul 08 2015
LINKS
Chris Caldwell, Compositorial
MATHEMATICA
Primorial[n_] := Product[Prime[i], {i, 1, PrimePi[n]}];
Select[Range[2,
1000], ! PrimeQ[#] && PrimeQ[(#! / Primorial[#]) - 1] &] (* Robert Price, Oct 11 2019 *)
CROSSREFS
Sequence in context: A239412 A295006 A269833 * A260314 A238269 A039624
KEYWORD
hard,nonn
AUTHOR
Paul Jobling (paul.jobling(AT)whitecross.com)
EXTENSIONS
More terms from Robert G. Wilson v, Jun 21 2001
a(23)-a(25) from Giovanni Resta, Apr 02 2013
a(26) from Roger Karpin, Nov 29 2014
a(27)-a(28) from Daniel Heuer, ca Aug 2000
a(29)-a(30) from Serge Batalov, Feb 09 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 4 14:25 EDT 2024. Contains 373099 sequences. (Running on oeis4.)