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 A262623 #56 Jan 23 2023 14:46:00 %S A262623 12285,14595,67095,71145,69615,87633,100485,124155,122265,139815, %T A262623 522405,525915,802725,863835,947835,1125765,1175265,1438983,1280565, %U A262623 1340235,1358595,1486845,1798875,1870245,4482765,5120595,5357625,5684679,5730615,6088905,6377175,6680025,8619765,9627915,9071685,9498555,9206925,10791795 %N A262623 Amicable pairs of odd numbers. %C A262623 If there are no amicable pairs whose members have distinct parity then this is also the odd terms of A259180. %C A262623 First differs from A262625 at a(4). %D A262623 Song Y. Yan, Perfect, Amicable and Sociable Numbers. A Computational Approach, World Scientific, 1996, pages 151 - 153. %H A262623 Amiram Eldar, <a href="/A262623/b262623.txt">Table of n, a(n) for n = 1..20000</a> %H A262623 Sergei Chernykh, <a href="http://sech.me/ap/">Amicable pairs list</a> %o A262623 (PARI) lista(nn) = {forstep(n=1, nn, 2, m = sigma(n)-n; if ((m > n) && (n==sigma(m)-m), print1(n, ", ", m, ", ")););} \\ _Michel Marcus_, Nov 14 2015 %Y A262623 Cf. A002025, A002046, A005408, A063990, A259180, A262622, A262625. %K A262623 nonn,tabf %O A262623 1,1 %A A262623 _Omar E. Pol_, Nov 09 2015