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!)
A049420 Composite numbers n such that (n!/n#)+1 is prime, where n# = primorial numbers A034386. 5
4, 8, 14, 20, 26, 34, 56, 104, 153, 182, 194, 217, 230, 280, 462, 529, 1445, 2515, 3692, 6187, 6851, 13917, 17258, 48934 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Note that n!/n# is known as n compositorial.
Subset of A140294. Prime numbers are excluded since n!/n# = (n-1)!/(n-1)# when n is prime. - Giovanni Resta, Mar 28 2013
a(23) > 14000. - Giovanni Resta, Apr 02 2013
a(25) > 50000. - Roger Karpin, Jul 07 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: A274968 A317109 A173522 * A232996 A317292 A276221
KEYWORD
nonn,more
AUTHOR
Paul Jobling (paul.jobling(AT)whitecross.com)
EXTENSIONS
a(20) from Giovanni Resta, Mar 28 2013
a(21)-a(22) from Giovanni Resta, Apr 02 2013
a(23) from Roger Karpin, Nov 28 2014
a(24) from Roger Karpin, Jul 07 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 6 07:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)