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 A332463 #7 Feb 22 2020 18:03:01 %S A332463 1,1,3,3,7,4,15,2,21,9,31,13,63,4,10,42,127,-3,255,14,21,88,511,22, %T A332463 117,320,24,97,1023,-22,2047,-36,190,1444,82,34,4095,-200,120,306, %U A332463 8191,14,16383,-59,13,4180,32767,30,609,-103,15494,-303,65535,30,141,-32,-6,8920,131071,132,262143,506030,564,834,658,-149 %N A332463 Möbius transform of A332223. %H A332463 Antti Karttunen, <a href="/A332463/b332463.txt">Table of n, a(n) for n = 1..10000</a> (computed using Hans Havermann's factorization of A156552) %H A332463 <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a> %H A332463 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a> %F A332463 a(n) = Sum_{d|n} A008683(n/d) * A332223(d). %o A332463 (PARI) A332463(n) = sumdiv(n,d,moebius(n/d)*A332223(d)); \\ Needs also code from A332223. %Y A332463 Cf. A008683, A332223. %Y A332463 Cf. also A003972, A324201, A324543. %K A332463 sign %O A332463 1,3 %A A332463 _Antti Karttunen_, Feb 22 2020