LATEST EDIT: Below I thought I found one way the MRB constant and Liouville's number are closely related. I have my doubts now because the constants used in the formulas( MRB ,Pi and E) cancel themselves out. BTW, I found you don't need the FractionalPart if you remove the -9/10. If anyone can still use the use the connection between the near integer found by 78389363/MRB constant and the appearance of s(defined below) /MRB constant to calculate more digits of the MRB constant, I would be happy to see your work!
EDIT: This situation seems to describe Liouville's number more than the MRB constant, but there is still the connection with the MRB constant, with the near integer, that I bring up first.
A bit of background is that I previously noticed to following near integer:
mRB = NSum[(-1)^n*(n^(1/n) - 1), {n, 1, Infinity},
Method -> "AlternatingSigns", WorkingPrecision -> 120];
78389363/mRB
(*
4.17276227999999994569754457408249715437109801508228868441973891743091\
2647962437195343830064089476272991351989858628605*10^8*)
Consider the MRB constant (mRB) and Liouville's number (lusvl).
mRB =
NSum[(-1)^n*(n^(1/n) - 1), {n, 1, Infinity},
Method -> "AlternatingSigns", WorkingPrecision -> 120]
(*
0.18785964246206712024851793405427323005590309490013878617200468408947
72315646602137032966544331074969038423458562593959*)
lusvl = NSum[10^-n!, {n, 1, 10}, WorkingPrecision -> 120]
(* 0.11000100000000000000000100000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000001*)
Let s be the result from the following linear equation of Liouville's number:
s = (3293 - 3569 lusvl)/37*10^7
(*7.83893629999999999999999035405405405405405405405405405405405405405405\
405405405405405405405405405405405405405405405405404*10^8*)
Look at
78389363/mRB
(*4.17276227999999994569754457408249715437109801508228868441973891743091\
2647962437195343830064089476272991351989858628605*10^8*)
and
s/mRB
(*
4.17276227999999994569753943942674058671514724997498814125929522496248\
4305587025225348719985350569843522622756397106627*10^9*)
They look very similar!!!!
To show how they are similar enter the following expression:
FractionalPart[78389363/mRB] - 9/10 - FractionalPart[s/mRB]/10 -
3569*10^-18/(37 mRB)
(* 0.*10^-110*)
However, if you round off Liouville's number just a little bit (by 10^-120), you only get 0 to 10^-16.
lusvl2 = 0.110001`120
(* 0.1100010000000000000000000000000000000000000000000000000000000000000000000000\
00000000000000000000000000000000000000000000*)
s2 = (3293 - 3569 lusvl2)/37*10^7
(* 7.8389363000000000000000000000000000000000000000000000000000000000000000000000\
0000000000000000000000000000000000000000000*10^8*)
FractionalPart[78389363/mRB] - 9/10 - FractionalPart[s2/mRB]/10 -
3569*10^-18/(37 mRB)
(*-5.134655756567655950765107300543160443692468428342375411969995110078738906429\
468729233461521978*10^-16*)