theorem
  for f being Real_Sequence st (for n being Nat holds f.n = log(2,n!))
 for n holds f.n = Sum(seq_logn, n) by Lm44;
