OFFSET
1,1
COMMENTS
This sequence is a subset of A100306, numbers for which the values of the Moebius function and the Mertens function agree and, in a different way, a subset of A028442, zeros of the Mertens function. There are no prime numbers in this sequence.
Numbers k such that k-1 and k are consecutive zeros of the Mertens function. - Amiram Eldar, Jun 13 2020
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..10000
PrimeFan, Esoteric Integer Sequences
MATHEMATICA
(* If not already defined *) If[Names["Mertens"] == {}, Mertens[x_] := Plus @@ MoebiusMu[Range[1, x]]]; Select[Range[2500], MoebiusMu[ # ] == 0 && Mertens[ # ] == 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Alonso del Arte, Jan 03 2005
EXTENSIONS
Offset corrected by Donovan Johnson, Jun 19 2012
STATUS
approved