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 A374127 #8 Jul 06 2024 11:06:19 %S A374127 0,-1,-2,-1,-4,1,-6,1,-2,1,-10,9,-12,1,1,7,-16,13,-18,13,1,1,-22,27, %T A374127 -4,1,4,17,-28,32,-30,21,1,1,1,45,-36,1,1,39,-40,42,-42,25,22,1,-46, %U A374127 65,-6,31,1,29,-52,55,1,51,1,1,-58,96,-60,1,28,51,1,62,-66,37,1,60,-70,111,-72,1,36,41,1,72,-78,93,28 %N A374127 a(n) = (sigma(n) - sopfr(n)) - n, where sigma is the sum of divisors, and sopfr is the sum of prime factors (with repetition). %H A374127 Antti Karttunen, <a href="/A374127/b374127.txt">Table of n, a(n) for n = 1..16384</a> %F A374127 a(n) = A086665(n) - n. %F A374127 a(n) = A000203(n) - A075254(n); %o A374127 (PARI) %o A374127 A001414(n) = ((n=factor(n))[, 1]~*n[, 2]); %o A374127 A374127(n) = ((sigma(n)-A001414(n))-n); %Y A374127 Cf. A000203, A001414, A075254, A086665, A374128, A374129. %K A374127 sign %O A374127 1,3 %A A374127 _Antti Karttunen_, Jul 06 2024