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.

A369865 a(n) = n * Sum_{p|n, p prime} mu(n/p)^2 / p.

This page as a plain text file.
%I A369865 #8 Jun 26 2024 22:12:37
%S A369865 0,1,1,2,1,5,1,0,3,7,1,6,1,9,8,0,1,6,1,10,10,13,1,0,5,15,0,14,1,31,1,
%T A369865 0,14,19,12,0,1,21,16,0,1,41,1,22,15,25,1,0,7,10,20,26,1,0,16,0,22,31,
%U A369865 1,30,1,33,21,0,18,61,1,34,26,59,1,0,1,39,15,38,18,71,1
%N A369865 a(n) = n * Sum_{p|n, p prime} mu(n/p)^2 / p.
%F A369865 a(p^k) = p^(k-1) for p prime and 1 <= k <= 2, else 0 if k >= 3. - _Wesley Ivan Hurt_, Jun 26 2024
%t A369865 Table[n*DivisorSum[n, (MoebiusMu[n/#]^2)/# &, PrimeQ[#] &], {n, 100}]
%Y A369865 Cf. A008683, A143519, A369742, A369864.
%K A369865 nonn,easy
%O A369865 1,4
%A A369865 _Wesley Ivan Hurt_, Feb 03 2024