Background
In the following question, User1 asks whether an infinite sum of irrational numbers can be rational. Multiple answers1 indicate the answer to this question is 'yes'. For instance, Rasmus Erlemann notes that
$$\tan \frac{\pi}4=\sum_{n=0}^\infty \frac{(-1)^n 2^{2n+2}(2^{2n+2}-1)B_{2n+2}}{(2n+2)!}\left(\frac{\pi}4\right)^{2n+1}=1, $$ by the Maclaurin series of $\tan(\cdot)$.
The Question
This question is asked in a similar spirit. I wonder whether there are any infinite series consisting solely of non-computable terms, that amount to a computable number. Examples of such non-computable numbers can found over here. They include Chaitin's constants.
To make the question more precise, define $$ C = \sum_{k=1}^{\infty} u_{k} . $$ Here, all $u_{k}$ are non-computable numbers. I am looking for explicit examples of infinite series such that $C$ is a computable number, and all $u_{k}$ are both positive and linearly independent over $\mathbb{Q}$.
Added
Although user TonyK answers my initial question correctly, I would like to add another restriction to make the question more interesting. I furthermore require that every sum of a finite subset of summands of the infinite series is also non-computable. This makes TonyK's example unworkable, since, for instance, the sum of the first two terms is computable: $$ \alpha u_{1} + (1-\alpha)u_{1} = u_{1}, $$ where $\alpha$ is non-computable and $u_{1}$ is a positive computable term.
Notes
[1] If you're interested in such series, I encourage you to also take a look at my recent answer. It involves a class of representations of numbers, called rational zeta series, that offers a fruitful way to approach this problem. For instance, the answer includes the series identity $$\sum_{n=1}^{\infty} \left[ \zeta(2n)-1 \right] = \frac{3}{4} . $$
$$\sum_{i=1}^{\infty} u_{i}=U$$ What I think is true but it's not a proof, that the following is true, and the final result also has the required properties: $$\sum_{i=1}^{\infty} \frac{C* u_{i}}{C}=U$$ $$\frac{1}{C} \sum_{i=1}^{\infty} C* u_{i}=U$$ $$\frac{1}{U} \sum_{i=1}^{\infty} C* u_{i}=C$$ $$\sum_{i=1}^{\infty} \frac{C* u_{i}}{U}=C$$ – Dávid Laczkó Feb 21 '24 at 13:17