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.

A169646 Number of squarefree numbers of form k*n, 1 <= k <= n.

Original entry on oeis.org

1, 1, 2, 0, 3, 2, 5, 0, 0, 3, 7, 0, 8, 5, 6, 0, 11, 0, 12, 0, 8, 9, 15, 0, 0, 10, 0, 0, 17, 8, 19, 0, 13, 13, 15, 0, 23, 15, 17, 0, 26, 11, 28, 0, 0, 18, 30, 0, 0, 0, 21, 0, 32, 0, 25, 0, 23, 23, 36, 0, 37, 25, 0, 0, 30, 18, 41, 0, 29, 22, 44, 0, 45, 30, 0, 0, 36, 22, 49, 0, 0, 32, 51, 0, 41, 34
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 05 2010

Keywords

Crossrefs

Programs

Formula

a(n) = A008966(n)*A073311(n).
a(A000040(n)) = A112929(n).
a(n) = Sum_{i=1..n} A008966(n*i). - Ridouane Oudra, Jul 24 2019
a(n) = (A118259(n) - A118259(n-1))/2, for n>1. - Ridouane Oudra, May 04 2025
Sum_{k=1..n} a(k) ~ c * n / 2, where c = Product_{p prime} (1 - (3*p-2)/(p^3)) (A065473). - Amiram Eldar, May 12 2025