This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A051401 #18 Mar 18 2017 22:03:27 %S A051401 3,5,13,31,110,114,197,199,443,659,661,665,1105,1106,1109,1637,2769, %T A051401 2770,2778,2791,2794,2795,2797,2802,2803,6986,6987,7013,7021,9717, %U A051401 9718,9719,9721,9726,9741,9749,9822,9823,9830,9831,9833,9857,9861,23833 %N A051401 Smallest value of x such that M(x) = -n, where M(x) is Mertens's function A002321. %H A051401 T. D. Noe, <a href="/A051401/b051401.txt">Table of n, a(n) for n = 1..1000</a> %e A051401 M(31) = -4 and that is the first one, so a(4) = 31. %t A051401 s=0; t=0; Do[s=s+MoebiusMu[n]; If[s<t, t=s; Print[n]], {n, 1, 24100}] (* _Robert G. Wilson v_, Jul 03 2000 *) %Y A051401 Cf. A002321, A008683, A051400, A051402. %K A051401 nonn %O A051401 1,1 %A A051401 _Jud McCranie_