A074820 Numbers k such that mu(k) = mu(k+2), where mu is the Möbius function (A008683).
3, 5, 11, 16, 17, 18, 25, 29, 33, 41, 48, 50, 52, 54, 55, 59, 71, 85, 88, 90, 91, 93, 96, 98, 101, 103, 105, 107, 124, 126, 137, 141, 143, 148, 149, 150, 159, 160, 162, 163, 165, 169, 179, 183, 185, 191, 193, 195, 196, 197, 198, 201, 203, 213, 215, 217, 219, 227
Offset: 1
Keywords
Examples
3 is a term since mu(3) = mu(5) = -1.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[230], MoebiusMu[ # ]==MoebiusMu[ #+2]&] Flatten[Position[Partition[MoebiusMu[Range[250]],3,1],?(#[[1]]==#[[3]]&),{1},Heads->False]] (* _Harvey P. Dale, Mar 08 2015 *)
Extensions
Edited by Dean Hickerson, Sep 10 2002
Comments