A309829 Numbers k for which A120077(k) != A007407(k).
20, 21, 110, 136, 156, 930, 44310
Offset: 1
Programs
-
PARI
s=1; for(n=2, +oo, s += 1/n^2; denominator(s)!=denominator(s-1/n) && print1(n, ", "))
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.
Comments