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 A109729 #27 Mar 23 2025 16:23:50 %S A109729 945,4095,6435,7425,8415,8925,9555,26145,28035,30555,31815,32445, %T A109729 43065,46035,78975,80535,81081,103455,129195,182655,191565,261261, %U A109729 279279,351351,354585,355725,371925,403095,411255,430815,437745,442365,458055 %N A109729 Odd admirable numbers: such that sigma(n) = 2n + 2d for some d | n. %C A109729 Equivalently: Odd n such that sigma(n)/2 - n is a positive divisor of n. (Negative and/or half-integer d = sigma(n)/2 - n, of which n could be a multiple, are excluded. Negative d correspond to deficient n, half-integer d to square n: the first example of an abundant n being a multiple of a half-integer d is n = 13167^2 = 173369889.) - _M. F. Hasler_, Jan 26 2020 %H A109729 Amiram Eldar, <a href="/A109729/b109729.txt">Table of n, a(n) for n = 1..746</a> (terms below 3*10^12) %t A109729 Select[Range[1,460000,2],MemberQ[2#+2 Divisors[#],DivisorSigma[1,#]]&] (* _Harvey P. Dale_, Mar 23 2025 *) %o A109729 (PARI) select( {is_A109729(n,s=sigma(n))=s>2*n&&n%(s/2-n)==0&&n%2&&!(s%2)}, [2*k-1|k<-[1..5e5\2]]) \\ _M. F. Hasler_, Jan 26 2020 %Y A109729 Cf. A111592 (admirable numbers). %Y A109729 Cf. A000203 (sigma: sum of divisors). %K A109729 nonn %O A109729 1,1 %A A109729 _Jason Earls_, Aug 09 2005 %E A109729 Offset corrected by _Amiram Eldar_, Jun 22 2019 %E A109729 Name edited by _M. F. Hasler_, Jan 26 2020