Earlier quoted context omitted.
It's 1 in 43.000 (Norway) versus 1 in 2.3 million (AZ numbers). That's a two orders of magnitude difference. While I can amend my statement to agree it's not certain that local factors and randomness haven't affected the outcome that much, it's a very suspicious observation.
n=3 here. It's misplaced to be talking about orders of magnitude when a single case would drastically move the needle. If there were only one case in Norway (i.e. 1 in 130,000) it would still be orders of magnitude difference. But that's not meaningful.
p = 1/2,300,000
N = 130,000
Prob(0 cases) = (1 - p)*N = 0.9450...
Prob(1 case) ~= p * N * (1 - p)*N = 0.0534...
Prob(2 cases) ~= p*2 * (N*2 / 2) * (1 - p)*N = 0.0015...
Prob(3 cases or more) = 1 - P(0) - P(1) - P(2) ~= 2.886e-05
Which is small enough to refute you comment, yes?