OFFSET
1,1
COMMENTS
Zeros appear at A068191.
EXAMPLE
a(20)=541 because 5*4*1=20 and there is no prime less than a(20) which exhibits this characteristic.
MATHEMATICA
f[n_] := If[ Max[ First /@ FactorInteger[n]] > 7, 0, p = 1; While[Times @@ IntegerDigits[ Prime[p]] != n, p++ ]; Prime[p]]; Table[ f[n], {n, 30}]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Zak Seidov and Robert G. Wilson v, May 20 2005
STATUS
approved