Denote
$$x(n) = 2 \uparrow 3 \uparrow ... \uparrow n$$
and
$$y(n) = n \uparrow (n-1) \uparrow ... \uparrow 3 \uparrow 2$$
Finally denote
$$z(n) = x(n) + y(n)$$
So, the first few numbers z(n) are
$$z(2) = 2 + 2 = 4$$ $$z(3) = 2^3 + 3^2 = 17$$ $$z(4) = 2^{3^4}+4^{3^2} = 2^{81} + 4^9$$ $$z(5) = 2^{3^{4^5}} + 5^{4^{3^2}} = 2^{3^{1024}} + 5^{2^{18}}$$
For odd $n\ge3$, every prime factor p > 2 of z(n) has -2 as a quadratic residue because z(n) is of the form $x^2+2y^2$ with gcd(x,y)=1. For z(5), I checked the prime factors up to $10^7$ and only found 3,11,59 and 281.
The first number z(n) without very small prime factors is z(9).
Could anyone search for primefactors of z(9) upto, lets say, $10^7$ ?
My quick computer search suggests the smallest factor of $z(9)$ should be $523$. Confirmation (of it being a factor; not necessarily the smallest one):
First addend:
Second addend:
Since $424+99=523$, the sum of the terms is multiple of $523$, just as we wanted to prove.