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.

A062794 Moebius transform of n!.

Original entry on oeis.org

1, 1, 5, 22, 119, 713, 5039, 40296, 362874, 3628679, 39916799, 479000858, 6227020799, 87178286159, 1307674367875, 20922789847680, 355687428095999, 6402373705364406, 121645100408831999, 2432902008173011178
Offset: 1

Views

Author

Labos Elemer, Jul 19 2001

Keywords

Comments

n=5, f[5]=120, divisors={1,5} f[5/d]={120,1}, mu[d]={1,-1}, the sum is 120-1=119=a(5)

Crossrefs

Programs

  • PARI
    a(n) = sumdiv(n, d, d!*moebius(n/d)); \\ Michel Marcus, Nov 04 2018

Formula

a(n) = Sum{f[n/d]*mu[d]}, where d|n and f[x]=A000142(x).
a(n) ~ n!. - Vaclav Kotesovec, Sep 16 2021