A162819 Positive numbers n such that 48*n/(48+n) are integers.
16, 24, 48, 80, 96, 144, 208, 240, 336, 528, 720, 1104, 2256
Offset: 1
Crossrefs
Programs
-
Mathematica
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 Select[Range[2300],IntegerQ[(48#)/(48+#)]&] (* Harvey P. Dale, Dec 18 2018 *)
Extensions
Keywords fini,full added by R. J. Mathar, Jul 31 2009