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.

A080305 Denominator of n^mu(n), where mu is the Moebius function (A008683).

Original entry on oeis.org

1, 2, 3, 1, 5, 1, 7, 1, 1, 1, 11, 1, 13, 1, 1, 1, 17, 1, 19, 1, 1, 1, 23, 1, 1, 1, 1, 1, 29, 30, 31, 1, 1, 1, 1, 1, 37, 1, 1, 1, 41, 42, 43, 1, 1, 1, 47, 1, 1, 1, 1, 1, 53, 1, 1, 1, 1, 1, 59, 1, 61, 1, 1, 1, 1, 66, 67, 1, 1, 70, 71, 1, 73, 1, 1, 1, 1, 78, 79, 1, 1, 1, 83, 1, 1, 1, 1, 1, 89, 1, 1, 1, 1
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 13 2003

Keywords

Crossrefs

Cf. A008683.
Numerator: A080304, A080306, A034386.

Programs

Formula

a(n) = if mu(n)<0 then n else 1, where mu is Moebius mu function (A008683).