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.

A171096 Solutions to the equation M(n) = -1 (M = Mertens's function A002321).

Original entry on oeis.org

3, 4, 6, 10, 15, 16, 22, 26, 27, 28, 35, 36, 38, 41, 57, 59, 60, 62, 63, 64, 66, 69, 87, 88, 91, 92, 102, 123, 124, 125, 126, 129, 134, 135, 136, 143, 144, 151, 152, 153, 155, 156, 158, 165, 167, 168, 169, 210, 213
Offset: 1

Views

Author

Neven Juric (neven.juric(AT)apis-it.hr), Sep 10 2010

Keywords

Crossrefs

Programs

  • PARI
    isok(n) = sum(k=1, n, moebius(k)) == -1; \\ Michel Marcus, Nov 20 2017