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.

Showing 1-4 of 4 results.

A077030 Numbers k such that A068340(k)=+/-2.

Original entry on oeis.org

122, 127, 128, 142, 5233
Offset: 1

Views

Author

Zak Seidov, Oct 21 2002

Keywords

Comments

Any subsequent terms are > 10^12. - Lucas A. Brown, Mar 18 2024

Crossrefs

Programs

  • PARI
    isok(k) = abs(sum(i=1, k, i*moebius(i))) == 2; \\ Michel Marcus, Jan 14 2023

A077031 Numbers k such that A068340(k)=+/-3.

Original entry on oeis.org

6, 130, 5027, 5028
Offset: 1

Views

Author

Zak Seidov, Oct 21 2002

Keywords

Comments

Any subsequent terms are > 10^12. - Lucas A. Brown, Mar 18 2024

Crossrefs

Programs

  • PARI
    isok(k) = abs(sum(i=1, k, i*moebius(i))) == 3; \\ Michel Marcus, Jan 14 2023

A077032 Numbers k such that A068340(k)=+/-4.

Original entry on oeis.org

3, 4, 137, 5023, 5024, 5025, 5030, 5031, 5032
Offset: 1

Views

Author

Zak Seidov, Oct 21 2002

Keywords

Comments

Any subsequent terms are > 10^12. - Lucas A. Brown, Mar 18 2024

Crossrefs

Programs

  • PARI
    isok(k) = abs(sum(i=1, k, i*moebius(i))) == 4; \\ Michel Marcus, Jan 14 2023

A076599 Numbers n such that A068340(n) = +-10.

Original entry on oeis.org

7, 8, 9, 14, 21, 37
Offset: 1

Views

Author

Zak Seidov, Oct 21 2002

Keywords

Comments

Crossrefs

Showing 1-4 of 4 results.