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!)
A072236 Numbers of primes between successive primorials. 1
1, 2, 7, 36, 297, 2905, 39083, 603698, 11637502, 288086265, 7728273214, 251460107734, 9155428058351, 353182833587645, 15035130777416118 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Tomás Oliveira e Silva, Tables of values of pi(x) and of pi2(x) [From Donovan Johnson, Apr 25 2010]
EXAMPLE
There are 3 primes less than 6, 7 primes between 6 and 30 and 36 primes between 30 and 210.
MATHEMATICA
Table[ PrimePi[ Product[Prime[i], {i, 1, n}]] - PrimePi[ Product[ Prime[i], {i, 1, n - 1}]], {n, 1, 12}]
Join[{1}, Differences[PrimePi/@Rest[FoldList[Times, 1, Prime[Range[12]]]]]] (* Harvey P. Dale, Mar 16 2012 *) (* Mathematica's implementation of PrimePi will not work for the 13th primorial because it's too large *)
CROSSREFS
Sequence in context: A012712 A012363 A012717 * A007474 A002724 A348106
KEYWORD
nonn,hard,more
AUTHOR
Stephan Wagler (stephanwagler(AT)aol.com), Jul 05 2002
EXTENSIONS
Edited by Robert G. Wilson v, Jul 08 2002
a(13)-a(14) from Donovan Johnson, Apr 25 2010
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)