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.

A080304 Numerator of n^mu(n), where mu is the Moebius function (A008683).

Original entry on oeis.org

1, 1, 1, 1, 1, 6, 1, 1, 1, 10, 1, 1, 1, 14, 15, 1, 1, 1, 1, 1, 21, 22, 1, 1, 1, 26, 1, 1, 1, 1, 1, 1, 33, 34, 35, 1, 1, 38, 39, 1, 1, 1, 1, 1, 1, 46, 1, 1, 1, 1, 51, 1, 1, 1, 55, 1, 57, 58, 1, 1, 1, 62, 1, 1, 65, 1, 1, 1, 69, 1, 1, 1, 1, 74, 1, 1, 77, 1, 1, 1, 1, 82, 1, 1, 85, 86, 87, 1, 1, 1, 91, 1
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 13 2003

Keywords

Crossrefs

Denominator: A080305. Cf. A080306, A080326, A166142.

Programs

Formula

a(n) = if mu(n)>0 then n else 1.