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 A101259 #21 Sep 08 2022 08:45:16 %S A101259 87,195,244,495,11584,35595,137452847104 %N A101259 Numbers n whose deficiency is 54. %C A101259 No more elements found up to 2*10^7. - _Stefan Steinerberger_, Feb 04 2006 %e A101259 87 is a term of the sequence because 3*29 = 87 and 87 - 29 - 3 = g(87) = 55. %t A101259 Do[ If[ DivisorSigma[1, n] + 54 == 2n, Print[n]], {n, 10^7}] (* _Robert G. Wilson v_, Dec 22 2004 *) %o A101259 (Magma) [n: n in [1..2*10^7] | DivisorSigma(1,n)+54 eq 2*n]; // _Vincenzo Librandi_, Jul 30 2015 %Y A101259 Cf. A033879, A101223. %K A101259 nonn,more %O A101259 1,1 %A A101259 Vassil K. Tintschev (tinchev(AT)sunhe.jinr.ru), Dec 17 2004 %E A101259 a(7) from _Donovan Johnson_, Dec 23 2008