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-2 of 2 results.

A124896 Number of squarefree numbers of the form n^2 + k^2, 1<=k<=n.

Original entry on oeis.org

1, 1, 2, 1, 4, 2, 5, 4, 6, 4, 9, 3, 11, 6, 7, 7, 14, 5, 16, 8, 11, 8, 19, 7, 20, 11, 16, 12, 24, 8, 26, 15, 18, 15, 23, 11, 33, 16, 21, 15, 34, 10, 38, 19, 23, 20, 41, 15, 38, 19, 29, 22, 46, 15, 38, 22, 33, 26, 53, 15, 52, 26, 32, 30, 48, 18, 59, 30, 40, 22, 62, 21, 64, 32, 39, 34
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 12 2006

Keywords

Comments

a(n) = Sum(A008966(A070216(n,k)):1<=k<=n) = Sum(ABS(A124895(n,k)):1<=k<=n).
0 < a(n) <= n-1.

Crossrefs

Programs

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
Showing 1-2 of 2 results.