Search: id:A131451 Results 1-1 of 1 results found. %I A131451 %S A131451 1,2,6,24,120,720,5040,40320,362880,362880,362880,725760,2177280, %T A131451 8709120,43545600,261273600,1828915200,14631321600,131681894400, %U A131451 263363788800,526727577600,2106910310400,12641461862400,101131694899200 %N A131451 Product of the non-zero digital products of all the numbers 1 to n (a 'total digital-product factorial' in base 10). %H A131451 Hieronymus Fischer, Table of n, a(n) for n = 1..102 %F A131451 The following formulas are given for general bases p>1: %F A131451 a(n)=product{1<=k<=n, dp_p(k)} where dp_p(k) = product of the non-zero digits of k in base p. %F A131451 a(n)=(n mod p)!*product{00}(floor(n/p^j)mod p)^(1+(n mod p^j))*((floor(n/p^j)mod p)-1)!^(p^j). %F A131451 Recurrence: a(n+k*p^m)=a(n)*k^n*a(k*p^m) for 0<=k