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 A294650 #13 Dec 23 2017 04:49:25 %S A294650 1,2,3,4,5,3,7,8,9,5,11,2,13,7,15,16,17,18,19,5,7,11,23,12,25,13,27, %T A294650 14,29,15,31,32,33,17,35,12,37,19,13,2,41,7,43,22,45,23,47,24,49,50, %U A294650 51,13,53,27,11,28,19,29,59,5,61,31,3,64,65,33,67,17,69,35 %N A294650 a(n) = denominator(A206369(n))/n. %H A294650 Michel Marcus, <a href="/A294650/b294650.txt">Table of n, a(n) for n = 1..10000</a> %H A294650 László Tóth, <a href="http://arxiv.org/abs/1111.4842">A survey of the alternating sum-of-divisors function</a>, arXiv:1111.4842 [math.NT], 2011-2014. %t A294650 (* b = A209369 *) b[n_] := n*DivisorSum[n, LiouvilleLambda[#]/# &]; %t A294650 a[n_] := Denominator[b[n]/n]; %t A294650 Array[a, 100] (* _Jean-François Alcover_, Dec 04 2017 *) %o A294650 (PARI) rhope(p, e) = my(s=1); for(i=1, e, s=s*p + (-1)^i); s; %o A294650 rho(n) = my(f=factor(n)); prod(i=1, #f~, rhope(f[i, 1], f[i, 2])); %o A294650 a(n) = denominator(rho(n)/n); %Y A294650 Cf. A127724 (k-imperfect), A206369, A294649 (numerator). %Y A294650 A225680 is a subsequence (on squarefree indices). - _Michel Marcus_, Dec 22 2017 %K A294650 nonn,frac %O A294650 1,2 %A A294650 _Michel Marcus_, Nov 06 2017