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.

A124897 a(n) = mu(n^2 + 1), mu = A008683.

Original entry on oeis.org

-1, -1, 1, -1, 1, -1, 0, 1, 1, -1, 1, 1, -1, -1, 1, -1, -1, 0, 1, -1, -1, 1, -1, -1, 1, -1, -1, 1, 1, 1, -1, 0, -1, 1, 1, -1, -1, 0, 1, -1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, -1, -1, -1, -1, 0, 1, 1, 1, 1, 1, -1, 1, 1, -1, -1, 0, 1, 0, 1, -1, 1, -1, -1, 1, -1, 1, 1, 1, -1, 0, 1, -1, 1, 1, -1, 1, -1, -1, -1, 1, 0, -1, 1, 1, -1, -1, 0, 1, 1, 1, -1, 1, -1, 1
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 12 2006

Keywords

Crossrefs

Programs

  • Mathematica
    MoebiusMu[Range[107]^2+1] (* T. D. Noe, Nov 27 2006 *)
  • PARI
    a(n) = moebius(n^2+1); \\ Michel Marcus, Jul 26 2022

Formula

a(n) = A008683(A002522(n)) = A124895(n,1);
a(n) = 0 iff A059592(n) > 1;

Extensions

Corrected by T. D. Noe, Nov 27 2006