Let's say we have two nested models. The smaller one (corresponds to $H_0$) has $p_0$ parameters, so its AIC is given by $$AIC_0=-2\log L_0+2p_0$$
The larger model has $p_1:=p_0+d$ parameters of which $d$ parameters are given by $H_0$. For the AIC we have $$AIC_1=-2\log L_1+2p_1$$
$H_0$ is accepted if $AIC_0<AIC_1$ which is equal to $2(\log L_1-\log L_0)<2(p_1-p_0)$. How can I determine the significance level of this test if $p_1-p_0=20$ for example?