Let’s run the algorithem for n=1, n=2, n=4, and n=8 to see how many times it says \enquote{I don’t like Justin Bieber}.
JustinBieber$(1)$ = 0
JustinBieber$(2)$ = 0
JustinBieber$(4)$ = 1
JustinBieber$(8)$ = 2
JustinBieber$(16)$ = 3
Thus, the correct answer is $B(n) = \text{log } n - 1 \text{ for all } n \geq 2. $