A077033 Numbers k such that A068340(k) = +/-5.
15, 16, 5034, 5241
Offset: 1
Links
- Lucas A. Brown, Python program.
Programs
-
PARI
isok(k) = abs(sum(i=1, k, i*moebius(i))) == 5; \\ Michel Marcus, Jan 14 2023
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.
isok(k) = abs(sum(i=1, k, i*moebius(i))) == 5; \\ Michel Marcus, Jan 14 2023
Comments