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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061398 Number of squarefree integers between primes p(n) and p(n+1). 5
0, 0, 1, 1, 0, 2, 0, 2, 1, 1, 3, 2, 1, 1, 1, 3, 0, 3, 2, 0, 3, 1, 3, 4, 0, 1, 2, 0, 2, 6, 2, 2, 1, 5, 0, 2, 3, 2, 1, 3, 0, 6, 0, 2, 0, 7, 8, 1, 0, 2, 3, 0, 3, 3, 3, 3, 0, 2, 1, 1, 5, 7, 2, 0, 1, 9, 2, 4, 0, 0, 4, 3, 2, 2, 2, 2, 5, 2, 4, 6, 0, 5, 0, 4, 1, 3, 4, 1, 1, 2, 6, 4, 1, 4, 2, 2, 7, 0, 8, 4, 4, 3, 2, 1, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,6

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

EXAMPLE

Between 113 and 127 the 6 squarefree numbers are:{114,115,118,119,122,123}, so a(30)=6

PROG

(PARI) { n=0; q=2; forprime (p=3, prime(1001), a=0; for (i=q+1, p-1, a+=issquarefree(i)); write("b061398.txt", n++, " ", a); q=p ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 22 2009]

CROSSREFS

A005117.

Cf. A179211. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 05 2010]

Sequence in context: A055651 A175929 A079627 * A080232 A008482 A037012

Adjacent sequences:  A061395 A061396 A061397 * A061399 A061400 A061401

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 07 2001

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:30 EST 2012. Contains 205860 sequences.