Let for integers $n\geq 1$ the Möbius function $\mu(n)$. See this Wikipedia to know the definition of this arithmetic function MathWorld.
I don't know if this question was in the literature, refers the paper if it is well-known and I try find it.
Question. What about the convergence of $$\sum_{n=1}^\infty\frac{\mu(n)^n}{n}?$$ Many thanks.
See if you want this code using Wolfram Alpha online calculator
sum mu(n)^n/n, from n=1 to 10000
This is yet another answer. Here we show that the sum diverges to $\infty$. We begin by noting that
$$ \mu(n)^n = \begin{cases} \mu(n), & \text{if $n$ is odd}, \\ 1, & \text{if $n$ is even and squarefree}. \end{cases} $$
Now let $\mathbb{P}_{\mathrm{odd}}$ be the set of odd primes. Then for any $\Re(s) > 1$ we have
\begin{align*} \sum_{n=1}^{\infty} \frac{\mu(n)^n}{n^s} &= \sum_{\text{$n$ odd}} \frac{\mu(n)}{n^s} + \sum_{\text{$n$ even, squarefree}} \frac{1}{n^s} \\ &= \prod_{p \in \mathbb{P}_{\mathrm{odd}}} \left( 1 - \frac{1}{p^s}\right) + \frac{1}{2^s} \prod_{p \in \mathbb{P}_{\mathrm{odd}}} \left( 1 + \frac{1}{p^s}\right). \end{align*}
Although this computation is not justified at $s = 1$ at this moment, we also know that
$$ \sum_{n=1}^{N} \frac{\mu(n)^n}{n} = \sum_{\substack{n \leq N \\ \text{$n$ odd}}} \frac{\mu(n)}{n} + \sum_{\substack{n \leq N \\ \text{$n$ even, squarefree}}} \frac{1}{n}. $$
Since we know that the latter sum tends to
$$ \sum_{\text{$n$ even, squarefree}} \frac{1}{n} = \frac{1}{2} \prod_{p \in \mathbb{P}_{\mathrm{odd}}} \left( 1 + \frac{1}{p}\right) = \infty, $$
it suffices to show the following slightly stronger claim:
Basics of Lambert series. To show the claim above, we breifly make a digress. Notice that if $a_n = \mathcal{O}(n^{\sigma})$, then for any $t > 0$ we have
$$ \sum_{n=1}^{\infty} a_n \frac{nt}{e^{nt} - 1} = t \sum_{n=1}^{\infty} n a_n \left( \sum_{k=1}^{\infty} e^{-nkt} \right) = t \sum_{n=1}^{\infty} \left( \sum_{d\mid n} d a_d \right) e^{-nt}. \tag{1}$$
As usual, we have the following Abelian theorem:
Moreover, we have the following Lambert Tauberian theorem.
Now we apply above theorems to our case. First, notice that for any $s \in \mathbb{C}$ we have
$$ t \sum_{\text{$n$ odd}} \frac{\mu(n)}{n^s} \frac{nt}{e^{nt} - 1} = t \sum_{n=1}^{\infty} \Bigg( \prod_{\substack{p \in \mathbb{P}_{\mathrm{odd}} \\ p \mid n}} \left( 1 - \frac{1}{p^{s-1}} \right) \Bigg) e^{-nt}. \tag{2} $$
Then by the Abelian theorem and $\text{(1)}$, for $\Re(s) > 1$ we have
$$ \frac{1}{(1 - 2^{-s})\zeta(s)} = \prod_{p \in \mathbb{P}_{\mathrm{odd}}} \left( 1 - \frac{1}{p^s}\right) = \sum_{\text{$n$ odd}} \frac{\mu(n)}{n^s} = \lim_{t\to 0^+} t \sum_{\text{$n$ odd}} \frac{\mu(n)}{n^s} \frac{nt}{e^{nt} - 1} $$
Taking $s \to 1^+$, the above quantity vanishes. On the other hand, exploiting the non-negativity and monotonicity of the RHS of $\text{(2)}$ for $s \geq 1$, we find that
$$ 0 \leq t \sum_{\text{$n$ odd}} \frac{\mu(n)}{n} \frac{nt}{e^{nt} - 1} \leq t \sum_{\text{$n$ odd}} \frac{\mu(n)}{n^s} \frac{nt}{e^{nt} - 1}. $$
Thus taking $t \to 0^+$ followed by $s \to 1^+$,
$$ \lim_{t \to 0^+} t \sum_{\text{$n$ odd}} \frac{\mu(n)}{n} \frac{nt}{e^{nt} - 1} = 0. $$
By the Lambert Tauberian theorem, this implies the claim as desired.