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 A181596 #23 Oct 28 2018 08:46:05 %S A181596 4,3,2,12,10,8,4,2,7,56,78,8,2,2,32,16,4,2,532,152,136,8,68,31,992, %T A181596 128,8,64,32,16,4,8,128,32,8,2,43648,2528,32,4,2,32,2272,32,32,127, %U A181596 16256,32,32,4,536,8,32,8,52,16,32,41044,64,512,128,64,16,4,2,8 %N A181596 Abundance of A181595(n). %C A181596 a(n) is a proper divisor of A181595(n). %H A181596 Michel Marcus, <a href="/A181596/b181596.txt">Table of n, a(n) for n = 1..200</a> %H A181596 Paul Pollack and Vladimir Shevelev, <a href="https://doi.org/10.1016/j.jnt.2012.06.008">On perfect and near-perfect numbers</a>, J. Number Theory 132 (2012), pp. 3037-3046. <a href="http://arxiv.org/abs/1011.6160">arXiv:1011.6160</a> %F A181596 a(n) = A033880(A181595(n)). %e A181596 Since A181595(1)=12, a(1)=sigma(12)-2*12=28-24=4. %t A181596 Reap[For[n = 12, n <= 2 10^7, n++, abn = DivisorSigma[1, n] - 2n; If[1 < abn < n && Divisible[n, abn], Print[{n, abn}]; Sow[abn]]]][[2, 1]] (* _Jean-François Alcover_, Oct 28 2018 *) %Y A181596 Cf. A181595, A000396, A005101, A153501, A005820. %K A181596 nonn %O A181596 1,1 %A A181596 _Vladimir Shevelev_, Nov 01 2010 %E A181596 a(10)-a(11) corrected by _Vladimir Shevelev_, Nov 03 2010 %E A181596 Entries checked, definition shortened by _R. J. Mathar_, Nov 17 2010 %E A181596 More terms from _Michel Marcus_, Feb 06 2016