OFFSET
1,1
COMMENTS
Contains primes followed by primes (i.e., the 2), primes followed by sphenic numbers (A007304), or followed by elements of A046387, A123321, A115343 etc. - R. J. Mathar, Aug 14 2019
Primes followed by numbers that are the product of an odd number of distinct primes (A030059). - Joerg Arndt, Aug 14 2019
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
29 is in the sequence because 29 is prime and mu(30)=-1.
MATHEMATICA
Select[Prime[Range[300]], MoebiusMu[#+1]==-1&] (* Harvey P. Dale, Feb 28 2013 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Shyam Sunder Gupta, Nov 21 2002
STATUS
approved