|
Search: id:A049102
|
|
|
| A049102 |
|
Numbers n such that n is a multiple of (product of digits of n) * (sum of digits of n). |
|
+0 5
|
|
| 1, 12, 111, 112, 135, 144, 216, 432, 2112, 11112, 11115, 11232, 12312, 13824, 14112, 21112, 23112, 27216, 31212, 41112, 81216, 93312, 111132, 122112, 124416, 131112, 132192, 186624, 212112, 221112, 221184, 222912, 239112, 248832, 311472, 316224
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Empirically, it looks as if every number of the form (10^3^n-1)/9 has this property. - David W. Wilson (davidwwilson(AT)comcast.net), Dec 12, 2001
|
|
MATHEMATICA
|
Select[ Range[10^6], IntegerQ[ # /(Apply[ Times, IntegerDigits[ # ]] * Apply[ Plus, IntegerDigits[ # ]] ) ] & ]
|
|
CROSSREFS
|
Cf. A038369, A049101, A049105, A049106.
Sequence in context: A037714 A037616 A048532 this_sequence A075231 A085773 A066042
Adjacent sequences: A049099 A049100 A049101 this_sequence A049103 A049104 A049105
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Olivier Gerard (ogerard(AT)ext.jussieu.fr)
|
|
|
Search completed in 0.002 seconds
|