login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038369 Numbers n such that n = (product of digits of n) * (sum of digits of n). 14
0, 1, 135, 144 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

REFERENCES

David W. Wilson: the list is complete. Proof: One shows that the number of digits is at most 84 and then it is only necessary to consider numbers of the forms 2^i*3^j*7^k and 3^i*5^j*7^k.

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

EXAMPLE

144 belongs to the sequence because 1*4*4=16, 1+4+4=9 -> 16*9=144

MATHEMATICA

pdsdQ[n_]:=Module[{idn=IntegerDigits[n]}, (Total[idn]Times@@idn)==n]; Select[Range[0, 150], pdsdQ]  (* From Harvey P. Dale, Apr 23 2011 *)

CROSSREFS

n = A007953(n) * A007954(n).

Cf. A066282.

Sequence in context: A051387 A177348 A007251 * A066282 A066176 A025363

Adjacent sequences:  A038366 A038367 A038368 * A038370 A038371 A038372

KEYWORD

nice,nonn,fini,base,full,bref

AUTHOR

Felice Russo (frusso(AT)micron.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 11 20:18 EST 2012. Contains 205347 sequences.