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!)
A076960 a(n) is the number of primes between n! and (2n)!. 0
0, 8, 125, 4222, 258659, 25306159, 3610490130, 706003793908, 181035032176791, 58893601709293849, 23688535118130027712, 11539922212278290441881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A003604(2*n) - A003604(n), for n >= 2. - Amiram Eldar, Jun 11 2024
EXAMPLE
a(2) = 8 as pi(24) = 9 and pi(2) = 1.
MAPLE
with(numtheory): 0, seq(pi((2*n)!)-pi(n!), n=2..5); # Emeric Deutsch, Jul 31 2005
MATHEMATICA
a[n_] := PrimePi[(2n)! - 1] - PrimePi[n! ]; Table[a[n], {n, 1, 8}] (* Ryan Propper, Sep 11 2005 *)
CROSSREFS
Sequence in context: A215793 A273279 A227851 * A298623 A035130 A055762
KEYWORD
nonn,more
AUTHOR
Amarnath Murthy, Oct 21 2002
EXTENSIONS
Corrected and extended by Emeric Deutsch, Jul 31 2005
a(7)-a(8) from Ryan Propper, Sep 11 2005
a(9) from Donovan Johnson, Mar 10 2010
a(10)-a(12) from Amiram Eldar, Jun 11 2024
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 July 13 09:52 EDT 2024. Contains 374274 sequences. (Running on oeis4.)