|
|
A067455
|
|
n! divided by the product of the decimal digits of n.
|
|
0
|
|
|
1, 1, 2, 6, 24, 120, 720, 5040, 40320, 0, 39916800, 239500800, 2075673600, 21794572800, 261534873600, 3487131648000, 50812489728000, 800296713216000, 13516122267648000, 0, 25545471085854720000, 281000181944401920000
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
COMMENTS
|
|
|
LINKS
|
|
|
MATHEMATICA
|
a = {}; Do[b = Apply[Times, IntegerDigits[n]]; a = Append[a, If[b != 0, n!/b, 0]], {n, 1, 25}]; a (* Robert G. Wilson v *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|