OFFSET
1,1
COMMENTS
Benford's law shows that this sequence will contain about (log(8) - log(7))/log(10) =~ 5.8% of all factorials.
LINKS
FORMULA
MATHEMATICA
Select[Range[100]!, First[IntegerDigits[#]] == 7 &] (* Vincenzo Librandi, Feb 08 2017 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Feb 07 2017
STATUS
approved