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.

A071404 Which nonsquarefree number is a square number? a(n)-th nonsquarefree number equals n^2, the n-th square.

Original entry on oeis.org

1, 3, 5, 9, 13, 18, 25, 31, 39, 46, 55, 66, 76, 86, 99, 112, 125, 142, 157, 172, 187, 206, 225, 244, 264, 285, 307, 328, 353, 377, 400, 429, 453, 480, 507, 534, 562, 593, 623, 656, 691, 725, 762, 795, 831, 867, 904, 941, 977, 1019, 1059, 1101, 1145, 1185, 1226
Offset: 2

Views

Author

Labos Elemer, May 24 2002

Keywords

Examples

			The first, 3rd, 5th, 9th, and 13th nonsquarefree numbers are 4, 9, 16, 25, and 36, respectively.
		

Crossrefs

Programs

Formula

A013929(a(n)) = A000290(n) = n^2.
a(n) = kn^2 + O(n), where k = 1 - 6/Pi^2. - Charles R Greathouse IV, Sep 13 2013
a(n) = -Sum_{k=2..n} mu(k)*floor((n/k)^2). - Chai Wah Wu, Jul 20 2024

Extensions

Offset changed by Charles R Greathouse IV, Sep 13 2013