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!)
A162817 Positive numbers n such that 40*n/(40+n) are integers. 11
10, 24, 40, 60, 120, 160, 280, 360, 760, 1560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[a_, b_]:=(a*b)/(a+b); a=40; lst={}; Do[If[f[a, n]==IntegerPart[f[a, n]], AppendTo[lst, n]], {n, 9!}]; lst
Select[Range[1600], IntegerQ[(40#)/(40+#)]&] (* Harvey P. Dale, Oct 11 2011 *)
CROSSREFS
Cf. A127730. [From Franklin T. Adams-Watters, Aug 07 2009]
Sequence in context: A063925 A101156 A267431 * A103573 A067728 A352283
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 May 2 09:21 EDT 2024. Contains 372179 sequences. (Running on oeis4.)