How can I solve an equation of the following form?
$ $ x = 10+\mathrm{\mathbf{PrimePi}[x]}$ $
where $ x$ is an integer. I am using Solve
but am getting the following error:
$ RecursionLimit::reclim2 Recursion depth of 1024 exceeded during
evaluation of PrimePi[x]
It is the first time I attempt to do this type of task in Mathematica so I could be missing something very elemental.