for (var i=6n, I=sqrt(x)+1n; x>1n && i<=I; i+=6n) {
    x = pushPrimeFactorTo$(a, x, i-1n);
    x = pushPrimeFactorTo$(a, x, i+1n);
  }