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.

A318325 a(n) = Sum_{d|n} [moebius(n/d) > 0]*(sigma(d)-d).

This page as a plain text file.
%I A318325 #7 Aug 27 2018 22:29:49
%S A318325 0,1,1,3,1,6,1,7,4,8,1,17,1,10,9,15,1,22,1,23,11,14,1,39,6,16,13,29,1,
%T A318325 45,1,31,15,20,13,61,1,22,17,53,1,57,1,41,34,26,1,83,8,44,21,47,1,70,
%U A318325 17,67,23,32,1,125,1,34,42,63,19,81,1,59,27,77,1,139,1,40,50,65,19,93,1,113,40,44,1,159,23,46,33,95,1,163,21
%N A318325 a(n) = Sum_{d|n} [moebius(n/d) > 0]*(sigma(d)-d).
%H A318325 Antti Karttunen, <a href="/A318325/b318325.txt">Table of n, a(n) for n = 1..65537</a>
%F A318325 a(n) = Sum_{d|n} [A008683(n/d) == 1]*A001065(d).
%F A318325 a(n) = A051953(n) + A318326(n).
%F A318325 a(n) = A291784(n) - A318441(n).
%o A318325 (PARI) A318325(n) = sumdiv(n,d,(1==moebius(n/d))*(sigma(d)-d));
%Y A318325 Cf. A001065, A051953, A291784, A318320, A318326, A318441.
%K A318325 nonn
%O A318325 1,4
%A A318325 _Antti Karttunen_, Aug 26 2018