A078329 Primes p such that mu(p+1)=-1, where mu denotes the moebius function.
2, 29, 41, 101, 109, 113, 137, 173, 181, 229, 257, 281, 317, 353, 373, 401, 409, 433, 601, 617, 641, 653, 677, 709, 761, 821, 829, 853, 937, 941, 977, 1009, 1021, 1033, 1069, 1117, 1129, 1181, 1193, 1297, 1361, 1373, 1433, 1489, 1597, 1613, 1669, 1697
Offset: 1
Examples
29 is in the sequence because 29 is prime and mu(30)=-1.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Prime[Range[300]],MoebiusMu[#+1]==-1&] (* Harvey P. Dale, Feb 28 2013 *)
Comments