Suppose $p \in (0,1)$. I would like to find an asymptotic equivalent of
$$f(N)=\sum_{k=1} ^N\binom{N}{k}\frac{(-1)^{k+1}}{1-p^k}.$$
It looks like this sequence tends to infinity but extremely slowly.
Suppose $p \in (0,1)$. I would like to find an asymptotic equivalent of
$$f(N)=\sum_{k=1} ^N\binom{N}{k}\frac{(-1)^{k+1}}{1-p^k}.$$
It looks like this sequence tends to infinity but extremely slowly.
A good asymptotic approximation is $$ \sum_{k=1}^N\binom{N}{k} \frac{(-1)^{k+1}}{1-p^k} \sim \frac{\log{N}+\gamma}{\log{(1/p)}} + \frac{1}{2}, \, \, \, 0<p<1.$$
Use a geometric series for the factor involving $p$ to get the identity, $$ \sum_{k=1}^N\binom{N}{k} \frac{(-1)^{k+1}}{1-p^k} = \sum_{k=0}^\infty \Big(1-(1-p^k)^N \Big). \ \ $$
Szpankowski in 'Average case Analysis of Algorithms on Sequences' shows how to solve this for $p=1/2$ in his Example 10.6. In fact, I reference this example as a solution to MSE 2794835. The modifications necessary for $p$ in your range appear straightforward, although I expect the approximation to break down for $p$ very near the endpoints. It is also interesting that oscillatory terms appear as corrections if an even more accurate approximation as a function of $N$ is desired.