The numerical solution of this transcendental equation is $A = 45.3732176802461...$.
I obtained it via the fixed point method after having transformed the initial equation
$$a\cosh(\frac a{50})-a=20$$
(using formula $\cosh(2a)=2 \sinh^2(a)+1$) into :
$$a(1+2 \sinh^2(\frac a{100}))-a=20 \ \ \iff \ \ a \ \sinh^2(\frac a{100})=10\tag{1}$$
Function $f$ defined by $f(a)=a \sinh^2(\frac a{100})$ is increasing because its derivative $f'(a)=\sinh^2(\frac a{100})+\tfrac{a}{100} \sinh \tfrac{2a}{100}$ is positive ; as f(a) tends to $+\infty$ when $a \to \infty$, $f$ takes value $10$ for a unique value $A$.
Let us now transform (1) into $a=g(a)$ where $g(a):=100 \ a \ \text{asinh}\left(\sqrt{\tfrac{10}{a}}\right)$
Fixed point recurrence $a_{n+1}=g(a_n)$ with (for example) $a_0=20$ gives value $A$.