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!)
A075489 a(n) = prime((n+1)!) - prime(n!). 0
1, 10, 76, 570, 4784, 43590, 435004, 4738392, 55972218, 713630736, 9777359856, 143350864898, 2240419421284, 37194276947898, 653800845663788, 12132997533521320, 237076055569553246, 4865738414759433466, 104661156692004606078, 2354571975178917773640 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A062439(n+1) - A062439(n). - Jinyuan Wang, Jun 27 2020
EXAMPLE
n=5: a(5) = prime(720) - prime(120) = 5443 - 659 = 4784.
MATHEMATICA
Table[Prime[(n + 1)! ] - Prime[n! ], {n, 1, 10}] (* Stefan Steinerberger, Apr 10 2006 *)
#[[2]]-#[[1]]&/@Partition[Prime/@(Range[15]!), 2, 1](* Harvey P. Dale, Jul 07 2019 *)
CROSSREFS
Sequence in context: A215465 A169584 A107903 * A184273 A185986 A225828
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Sep 26 2002
EXTENSIONS
Definition corrected by Stefan Steinerberger, Apr 10 2006
a(15)-a(18) from Giovanni Resta, Jul 08 2019
a(19)-a(20) from Jinyuan Wang, Jun 27 2020
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 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)