I tried to factor the number $$4^{(4^4)}+555=4^{256}+555$$ It is composite and using the ECM-method (elliptic-curve-method) I did not find a non-trivial factor yet. I think the smallest prime factor has more than $30$ digits. The number has $155$ digits, so it is within the scope of the number field sieve. But using an implementation for general numbers will still take considerable time. My question :
If I make use of the large exponent (as fas as I understood using especially the polynomial $x^{256}+555$ woule be useful) , how fast can the factorization be found ?
Unfortunately, I do not have a program using the multipolynomial quadratic sieve. Yafu rejects MPQS (the number is too big for that).
I used Yafu just out of the box from and get the answer within a minute or so (73s on my old i3). Here the banner if it helps
and the factoring