For example, if we have three operators $\land, \lor$ and $\neg$. For $n$ variables, there will be $2^{2^n}$ different truth tables. Because for $2^n$ rows of the truth table, there are $2$ choices - $T/F$.
However, if we have only two operators $\land$ and $\lor$, how many truth tables will be left for $n$ variables?
You are really asking how many different boolean functions of $n$ variables can be constructed using $\land$ and $\lor$. Assuming you don't allow empty expressions (always true or always false), this is OEIS sequence A007153.