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.

A003979 Inverse Möbius transform of A003964.

This page as a plain text file.
%I A003979 #20 Sep 04 2023 02:01:39
%S A003979 1,3,4,7,6,12,8,15,13,18,12,28,16,24,24,31,23,39,31,42,32,36,43,60,31,
%T A003979 48,40,56,57,72,78,63,48,69,48,91,102,93,64,90,136,96,177,84,78,129,
%U A003979 232,124,57,93,92,112,298,120,72,120,124,171,386,168,491,234,104,127
%N A003979 Inverse Möbius transform of A003964.
%H A003979 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>.
%F A003979 Multiplicative with a(p^e) = (q^(e+1)-1)/(q-1) where q = partition(pi(p)+1) = A000041(A000720(p)+1). - _David W. Wilson_, Sep 01 2001
%t A003979 f[p_, e_] := Module[{q = PartitionsP[PrimePi[p] + 1]}, (q^(e+1)-1)/(q-1)]; a[n_] := Times @@ f @@@ FactorInteger[n]; a[1] = 1; Array[a, 100] (* _Amiram Eldar_, Sep 04 2023 *)
%Y A003979 Cf. A000041, A000720, A003964, A003978.
%K A003979 nonn,easy,mult
%O A003979 1,2
%A A003979 _Marc LeBrun_
%E A003979 More terms from _Vladeta Jovovic_, Dec 01 2001