OFFSET
0,1
EXAMPLE
Between 7919 and 7927 the 5 numbers which have an odd number of distinct primes are as follows: {7919,7922,7923,7926,7927}, so a(1000)=5.
MAPLE
readlib(issqr): lstmp := proc(n) local t1, i; t1 := 0; for i from ithprime(n) to ithprime(n+1) do if (issqrfree(i) = 'true' and mobius(i)=-1) then t1 := t1+1; fi; od; t1; end: lstmp(200);
CROSSREFS
KEYWORD
nonn
AUTHOR
Jani Melik, Sep 30 2002
STATUS
approved