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.
%I A062794 #16 Sep 16 2021 14:08:16 %S A062794 1,1,5,22,119,713,5039,40296,362874,3628679,39916799,479000858, %T A062794 6227020799,87178286159,1307674367875,20922789847680,355687428095999, %U A062794 6402373705364406,121645100408831999,2432902008173011178 %N A062794 Moebius transform of n!. %C A062794 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) %H A062794 Seiichi Manyama, <a href="/A062794/b062794.txt">Table of n, a(n) for n = 1..449</a> %F A062794 a(n) = Sum{f[n/d]*mu[d]}, where d|n and f[x]=A000142(x). %F A062794 a(n) ~ n!. - _Vaclav Kotesovec_, Sep 16 2021 %o A062794 (PARI) a(n) = sumdiv(n, d, d!*moebius(n/d)); \\ _Michel Marcus_, Nov 04 2018 %Y A062794 Cf. A000142, A008683. %K A062794 nonn %O A062794 1,3 %A A062794 _Labos Elemer_, Jul 19 2001