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.

A345373 Sum of the divisor complements of the unitary prime divisors of n.

This page as a plain text file.
%I A345373 #3 Jun 16 2021 17:59:19
%S A345373 0,1,1,0,1,5,1,0,0,7,1,4,1,9,8,0,1,9,1,4,10,13,1,8,0,15,0,4,1,31,1,0,
%T A345373 14,19,12,0,1,21,16,8,1,41,1,4,9,25,1,16,0,25,20,4,1,27,16,8,22,31,1,
%U A345373 32,1,33,9,0,18,61,1,4,26,59,1,0,1,39,25,4,18,71,1,16,0,43
%N A345373 Sum of the divisor complements of the unitary prime divisors of n.
%C A345373 a(p) = 1 for p prime.
%F A345373 a(n) = n * Sum_{p|n, p prime} floor(1/gcd(p,n/p)) / p.
%e A345373 a(30) = 30 * Sum_{p|30, p prime} floor(1/gcd(p,30/p))/p = 30 * (1/2 + 1/3 + 1/5) = 31.
%Y A345373 Cf. A063956.
%K A345373 nonn
%O A345373 1,6
%A A345373 _Wesley Ivan Hurt_, Jun 16 2021