taylor expansion and heap overflow

35 views
Skip to first unread message

Michael Wagner

unread,
May 28, 2021, 9:00:13 AM5/28/21
to sage-...@googlegroups.com
Dear All,

I'm working on an automatic generating function validator for parts of the OEIS.

What is the best strategy to deal with a heap overflow caused by a sagemath taylor expansion?
Culprits are functions of this form: 
'Product(1+x^m)^A001511(m)' or 'zeta(s)zeta(2s)zeta(3s)/zeta(6s)'.

In kind regards, 
Michael

Martin R

unread,
May 28, 2021, 9:40:01 AM5/28/21
to sage-devel
I guess it would be better to use lazy series.  Does LazyLaurentSeries work for you?

Michael Wagner

unread,
May 31, 2021, 9:24:27 AM5/31/21
to sage-devel
I tested it with LazyLaurentSeries and I think trying to get the coefficients is not something that makes sense for these types of gfs. 
Reply all
Reply to author
Forward
0 new messages