login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074820 Numbers k such that mu(k) = mu(k+2), where mu is the Möbius function (A008683). 2
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) seems to be asymptotic to c*n with c near 3.73. Probably c = 1/(3A/2 + 1 - 12/Pi^2) ~ 3.729994018, where A ~ 0.322634099 is the product over all primes p of 1 - 2/p^2.
LINKS
EXAMPLE
3 is a term since mu(3) = mu(5) = -1.
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 *)
CROSSREFS
Sequence in context: A322439 A018313 A219039 * A327043 A006169 A323582
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 08 2002
EXTENSIONS
Edited by Dean Hickerson, Sep 10 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 16:19 EDT 2024. Contains 372492 sequences. (Running on oeis4.)