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 A077031 #14 Mar 19 2024 03:18:01 %S A077031 6,130,5027,5028 %N A077031 Numbers k such that A068340(k)=+/-3. %C A077031 Any subsequent terms are > 10^12. - _Lucas A. Brown_, Mar 18 2024 %H A077031 Lucas A. Brown, <a href="https://github.com/lucasaugustus/oeis/blob/main/A076542.py">Python program</a>. %o A077031 (PARI) isok(k) = abs(sum(i=1, k, i*moebius(i))) == 3; \\ _Michel Marcus_, Jan 14 2023 %Y A077031 Cf. A068340, A076542, A077030, A077032, A077033. %K A077031 nonn,more,hard %O A077031 1,1 %A A077031 _Zak Seidov_, Oct 21 2002