First page Back Continue Last page Graphics
index record count
N=number of bytes in a block
b=number of bytes for a block reference
i=number of bytes for an index record
m=number of index records per block
N = mi+(n+1)b
N = m(i+b) + b
For simplifying algorithms always choose m to be odd.