login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076960 Number of primes between n! and (2n)!. 0
0, 8, 125, 4222, 258659, 25306159, 3610490130, 706003793908, 181035032176791 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

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); (Deutsch)

MATHEMATICA

a[n_] := PrimePi[(2n)! - 1] - PrimePi[n! ]; Table[a[n], {n, 1, 8}] (Propper)

CROSSREFS

Cf. A076959.

Sequence in context: A061103 A110272 A033536 * A035130 A055762 A029472

Adjacent sequences:  A076957 A076958 A076959 * A076961 A076962 A076963

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 21 2002

EXTENSIONS

Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 31 2005

2 further terms from Ryan Propper (rpropper(AT)stanford.edu), Sep 11 2005

a(9) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 10 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 02:51 EST 2012. Contains 205860 sequences.