login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162819 Positive numbers n such that 48*n/(48+n) are integers. 9
16, 24, 48, 80, 96, 144, 208, 240, 336, 528, 720, 1104, 2256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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 *)
CROSSREFS
Cf. A127730. [From Franklin T. Adams-Watters, Aug 07 2009]
Sequence in context: A046434 A111046 A205187 * A029720 A204696 A024588
KEYWORD
nonn,fini,full
AUTHOR
EXTENSIONS
Keywords fini,full added by R. J. Mathar, Jul 31 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 14 10:28 EDT 2024. Contains 374318 sequences. (Running on oeis4.)