I'm trying out Pari's new modular forms package, and I've run into a small issue that I couldn't resolve.
I want to use the modular parameterization of an elliptic curve $E$ given by the elltaniyama(E) function and then use some of the new features in the modular forms package like mfslashexpansion among other things.
However, the output of elltaniyama(E) is a series, and so I need to make a conversion to the modular form type before this can work. Is there any way this can be done?
If not, I can generate the coefficients for the modular parameterization through my own function, but is there a way to construct a modular form object from just a list of coefficients of the q expansion?
I've tried looking through Pari's user guide for both elliptic curves and modular forms, but haven't found anything on the subject.
I tried posting this on stack-overflow, but they told me it was too specialized of a question and to ask on Math StackExchange.
Thanks in advance!
I think you can do what you want using, for example:
You can check this with LMFDB curve 11.a3. An alternative is
To get a modular form object do:
For your question about constructing modular forms from coefficients, the function mfsearch() will probably help you. For more help read Tutorial for Modular Forms in Pari/GP.
As another example, consider the LMFDB curve 64.a4:
The "modular parameterization" using elltaniyama() is:
Note that the first q-series is a generating function of OEIS sequence A092869 and the second q-series is a generating function of OEIS sequence A226559. The first is a modular function for $\, \Gamma_1(16) \,$ of weight $0$.