We can find out how many trails we need on average to get n consecutive heads with the equation below:
$$A =\dfrac { p^{−n} − 1 } {1 − p}$$
So, for $n=6$ with an unbiased coin, we'd require 62 trials.
My question is, how to deal with a biased coin.
Putting a coin with a .9 probability of landing heads, says we need -8 trials.