Introduction
I don't know if this question has already been asked (I didn't find it in the list of questions already asked) and I hope it won't be closed immediately since it's technically a question without context.
I wanted to know the name of the algorithm that is implemented on Wolfram to recognize numbers. In particular, I would need it to be able to obtain the coefficients of certain numbers.
Question
We start from the assumption that a good part of the results that Wolfram gives are absurd and that they contain constants that are not widely used. I wanted to know if there was a "simpler" algorithm that only involves an rational and a certain constant that is chosen a priori.
Example
If I have a number like $$48.816776471217042048816689916025967826926945218597900984114771090$$ and I know nothing about this number, only that it is the result of a polynomial with coefficients in $\mathbb{Q}$, calculated in $x=\pi$
What is the algorithm that tells me that this number is equal to $$3\pi^2+5\pi+\frac{7}{2}$$ ?
(In this case I only consider polynomials with coefficients in $\mathbb{Q}$.)
I used in the example of $\pi$ but I could also use $e$, $\sqrt{5}$, the Catalan constant, $\zeta(3.4)$, $\text{Si}(\sqrt{11})$ etc...
Motivation
Essentially because often I have numerical results of which I know the general form i.e.:
- The irrational number in question in which the polynomial is calculated
- The degree of the polynomial
But not the specific coefficients and Wolfram it does not calculate them because perhaps they are made up of numbers that are too high in the numerator or denominator, in case I would like it I would be the one to forcefully implement the algorithm
Application
- Parameter-dependent integrals (series) in which we see that the result is a polynomial that depends on a parameter
- Inversion of series (in these cases Wolfram is good at giving the numerical result of the n-th derivatives, but after a while he no longer gives the closed form)