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 A225420 #15 Jul 10 2021 16:14:44 %S A225420 1,14,33,32,91,141,213,212,213,3090,3093,3090,3090,3090,38405,38404, %T A225420 3090,3090,38401,38400,294581,294581,39569681,5571498,68780189,294577, %U A225420 68780189,53758490,92636277,456742389,1176172581,880346227,3953000577,13821836609,948481781,948481780,948481781,5332819926,35398246981,35398246979 %N A225420 a(n) is the least number k such that the sum of the n Moebius function values beginning at k reaches the maximum value A083544(n). %e A225420 For n = 2, the 14 sums are 0, -2, -1, -1, 0, 0, -1, 0, 1, 0, -1, -1, 0, 2. %t A225420 mu = Table[MoebiusMu[i], {i, 1000000}]; t = Table[s = Total /@ Partition[mu, n, 1]; mx = Max[s]; pos = Position[s, mx, 1, 1][[1, 1]]; {mx, pos}, {n, 22}]; Transpose[t][[2]] %Y A225420 Cf. A008683 (Moebius function), A083544 (maximum values of sums). %K A225420 nonn,hard,more %O A225420 1,2 %A A225420 _T. D. Noe_, May 07 2013 %E A225420 a(23)-a(24) added by _T. D. Noe_, May 08 2013 %E A225420 More terms from _Don Reble_, Apr 21 2021