Calculate the number of sequence alignments between two DNA or protein sequences
m = length of the first sequence, n = length of the second sequence.
The program calculates the number of possible alignments between n and m when m = n.
m = length of the first sequence, n = length of the second sequence.
The program calculates the number of possible alignments between n and m when m = n.