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!)
A162689 Strictly positive numbers n such that (18*n)/(18+n) are integers. 17
9, 18, 36, 63, 90, 144, 306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The 18th row of A127730.
The ansatz 18*n/(18+n)=j (any integer j) yields n=18*j/(18-j) which demonstrates that the sequence is finite if n>=0. [R. J. Mathar, Jul 13 2009]
LINKS
MATHEMATICA
f[a_, b_]:=(a*b)/(a+b); a=18; lst={}; Do[If[f[a, n]==IntegerPart[f[a, n]], AppendTo[lst, n]], {n, 9!}]; lst
Select[Range[400], IntegerQ[(18#)/(18+#)]&] (* Harvey P. Dale, Nov 12 2011 *)
CROSSREFS
Cf. A127730. [From Franklin T. Adams-Watters, Aug 07 2009]
Sequence in context: A234598 A051063 A173942 * A033896 A195332 A005010
KEYWORD
nonn,fini,full
AUTHOR
EXTENSIONS
Edited by R. J. Mathar, Jul 13 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 April 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)