|
Search: id:A067455
|
|
|
| A067455 |
|
n! divided by the product of the decimal digits of n. |
|
+0 1
|
|
| 1, 1, 2, 6, 24, 120, 720, 5040, 40320, 0, 39916800, 239500800, 2075673600, 21794572800, 261534873600, 3487131648000, 50812489728000, 800296713216000, 13516122267648000, 0, 25545471085854720000, 281000181944401920000
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Program and terms from Robert G. Wilson.
|
|
MAPLE
|
a = {}; Do[b = Apply[Times, IntegerDigits[n]]; a = Append[a, If[b != 0, n!/b, 0]], {n, 1, 25}]; a
|
|
CROSSREFS
|
Sequence in context: A152381 A152385 A072131 this_sequence A033646 A154656 A152628
Adjacent sequences: A067452 A067453 A067454 this_sequence A067456 A067457 A067458
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 05 2002
|
|
|
Search completed in 0.002 seconds
|