login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114061
Numbers n such that n = (product of digits of n) * (sum of digits of n) in some base.
0
0, 1, 6, 12, 16, 20, 30, 42, 48, 54, 56, 72, 90, 96, 110, 128, 132, 135, 144, 156, 160, 162, 176, 182, 210, 231, 240, 250, 272, 300, 306, 324, 336, 342, 380, 384, 420, 432, 448, 455, 462, 480, 495, 504, 506, 540, 552, 576, 600, 624, 650, 663, 686, 702, 720, 750
OFFSET
1,3
COMMENTS
This sequence is infinite since b^2+b is in the sequence for all b>1: in base b, b^2+b has digits {1,b} and (1*b)*(1+b)=b^2+b.
EXAMPLE
12 is in the sequence since in base 9, 12 has digits {1,3} and (1*3)*(1+3)=12.
CROSSREFS
Cf. A038369.
Sequence in context: A315638 A315639 A106504 * A364150 A315640 A315641
KEYWORD
base,nonn
AUTHOR
Matthew Conroy, Feb 02 2006
STATUS
approved