theorem Th10:
  for n holds bseq(0).n=1
proof
  let n;
  thus bseq(0).n = (n choose 0)*(n ^ (-0)) by Def2
    .= 1*(n ^ (-0)) by NEWTON:19
    .= 1 by POWER:24;
end;
