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 A359164 #14 Dec 23 2022 11:25:19 %S A359164 0,1,1,1,1,2,1,1,2,3,1,2,1,4,4,1,1,5,1,3,5,6,1,2,3,7,5,4,1,8,1,1,7,9, %T A359164 6,5,1,10,8,3,1,11,1,6,11,12,1,2,4,13,10,7,1,14,8,4,11,15,1,8,1,16,14, %U A359164 1,9,17,1,9,13,18,1,5,1,19,18,10,9,20,1,3,14,21,1,11,11,22,16,6,1,23,10,12,17,24,12 %N A359164 Difference between Kimberling's paraphrases and its Möbius transform. %H A359164 Antti Karttunen, <a href="/A359164/b359164.txt">Table of n, a(n) for n = 1..16384</a> %H A359164 Antti Karttunen, <a href="/A359164/a359164.txt">Data supplement: n, a(n) computed for n = 1..65539</a> %F A359164 a(n) = A003602(n) - A349136(n). %F A359164 a(n) = Sum_{d|n, d<n} A349136(d). %F A359164 a(n) = -Sum_{d|n, d<n} A008683(n/d)*A003602(d). %F A359164 a((2^e)*prime(n)) = A111333(n) for all n >= 1 and e >= 1. %o A359164 (PARI) %o A359164 A003602(n) = (1+(n>>valuation(n,2)))/2; %o A359164 A349136(n) = sumdiv(n,d,moebius(d)*A003602(n/d)); %o A359164 A359164(n) = (A003602(n) - A349136(n)); %Y A359164 Cf. A003602, A008683, A111333, A349136. %Y A359164 Cf. also A349135, A359165. %K A359164 nonn %O A359164 1,6 %A A359164 _Antti Karttunen_, Dec 22 2022