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 A162819 #6 Dec 18 2018 12:31:27 %S A162819 16,24,48,80,96,144,208,240,336,528,720,1104,2256 %N A162819 Positive numbers n such that 48*n/(48+n) are integers. %t A162819 f[a_,b_]:=(a*b)/(a+b); a=48;lst={};Do[If[f[a,n]==IntegerPart[f[a,n]], AppendTo[lst,n]],{n,9!}];lst %t A162819 Select[Range[2300],IntegerQ[(48#)/(48+#)]&] (* _Harvey P. Dale_, Dec 18 2018 *) %Y A162819 Cf. A162688, A162689, A162690, A162691, A162692, A162693, A162694, A162817, A162818 %Y A162819 Cf. A127730. [From _Franklin T. Adams-Watters_, Aug 07 2009] %K A162819 nonn,fini,full %O A162819 1,1 %A A162819 _Vladimir Joseph Stephan Orlovsky_, Jul 13 2009 %E A162819 Keywords fini,full added by _R. J. Mathar_, Jul 31 2009