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!)
A088315 For n such that all numbers between the largest prime preceding n! and the smallest prime following n! + n are composite (see A088331), sequence is number of such consecutive composite numbers. 0
5, 13, 7, 11, 53, 29, 21, 29, 89, 19, 89, 75, 89, 77, 189, 59, 61, 103, 185, 203, 189, 95, 167, 253, 107, 187, 79, 37, 289, 173, 257, 43, 169, 135, 175, 179, 155, 291, 189, 311, 155, 141, 157, 449, 119, 129, 349, 131, 609, 383, 391, 429, 409, 839, 201, 371, 425 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
FORMULA
a(n) = nextprime(A088331(n)!+A088331(n)) - precprime(A088331(n)!) - 1.
EXAMPLE
There are 13 consecutive composite numbers between primes 113 < 5! and 127 > 5!+5. 13 is the second entry in the sequence.
PROG
(PARI) factgaps2(m) = { for(n=2, m, c=0; f=0; nf=n!; for(x=precprime(nf), nextprime(nf+n), if(isprime(nf+1), f=1; break); if(!isprime(x), c++) ); if(f==0, print1(c", ")) ) }
CROSSREFS
Cf. A088331.
Sequence in context: A094473 A068530 A340802 * A138296 A094474 A064109
KEYWORD
nonn
AUTHOR
Cino Hilliard, Nov 06 2003
EXTENSIONS
Edited by Ray Chandler, Nov 10 2003
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)