|
| |
|
|
A162691
|
|
Strictly positive numbers n such that 24*n/(24+n) are integers.
|
|
15
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| The 24th row of A127730.
The ansatz 24*n/(24+n)=j (any integer j) yields n=24*j/(24-j) which demonstrates that the sequence is finite if n>=0. [R. J. Mathar, Jul 13 2009]
|
|
|
MATHEMATICA
| f[a_, b_]:=(a*b)/(a+b); a=24; lst={}; Do[If[f[a, n]==IntegerPart[f[a, n]], AppendTo[lst, n]], {n, 9!}]; lst
|
|
|
CROSSREFS
| Cf. A162688, A162689, A162690
Cf. A127730. [From Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Aug 07 2009]
Sequence in context: A141616 A088525 A054735 * A077566 A067677 A045523
Adjacent sequences: A162688 A162689 A162690 * A162692 A162693 A162694
|
|
|
KEYWORD
| nonn,fini,full
|
|
|
AUTHOR
| Vladimir Orlovsky (4vladimir(AT)gmail.com), Jul 10 2009
|
|
|
EXTENSIONS
| Edited by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 13 2009
|
| |
|
|