Given the set of all prime numbers $P$, is there a constant that has an Engel Expansion of $P$?
I coded a script to calculate the number, and it is about $0.705230171791801...$
Mathematically, the number can be found like this, with $k$ used as a placeholder for the number:
$$k=\lim_{n\to\infty}\sum_{i=1}^n{1\over p_i\#}={1\over2}+{1\over6}+{1\over30}...$$
Where $p_k\#$ is the primorial of the $k$th prime.
I google searched the result I got, but I found no results.
I guess I'm just wondering if anybody has come across this number before.
Your script is wrong (an off-by-one error). My Maple computation gives:
$$\lim_{n\to\infty}\sum_{i=1}^n{1\over p_i\#} \approx 0.70523017179180096514743168$$ If you search with
inverse primorial seriesyou find among others this statementin https://empslocal.ex.ac.uk/people/staff/mrwatkin/zeta/nardelli2017a.pdf.
I honestly cannot judge the truth of the last sentence.