cp's OEIS Frontend

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.

A077033 Numbers k such that A068340(k) = +/-5.

This page as a plain text file.
%I A077033 #16 Mar 19 2024 03:17:20
%S A077033 15,16,5034,5241
%N A077033 Numbers k such that A068340(k) = +/-5.
%C A077033 Any subsequent terms are > 10^12. - _Lucas A. Brown_, Mar 18 2024
%H A077033 Lucas A. Brown, <a href="https://github.com/lucasaugustus/oeis/blob/main/A076542.py">Python program</a>.
%o A077033 (PARI) isok(k) = abs(sum(i=1, k, i*moebius(i))) == 5; \\ _Michel Marcus_, Jan 14 2023
%Y A077033 Cf. A068340, A076542, A077030, A077031, A077032.
%K A077033 nonn,more,hard
%O A077033 1,1
%A A077033 _Zak Seidov_, Oct 21 2002