Joint work with Stephan Wagner (TU Graz)
\[ \scriptsize\Rightarrow A(x) = \sum\limits_{h\geq 0} \frac{t^h (1 - t)^2}{(1 - t^{h+1})^2} \]
dependent_bterms
in SageMathsage -pip install dependent_bterms
import dependent_bterms as dbt
AR, n, k = dbt.AsymptoticRingWithDependentVariable(
'n^QQ', # growth group, governs summand growth
'k', 0, 4/7, # n^0 <= k <= n^(4/7)
bterm_round_to=3, # number of decimal places kept when rounding
default_prec=5 # default precision for automatic expansions
)
\[ \scriptsize \frac{1 - 2k + 3k^2 - 4k^3}{n^5} + B_{n\geq 10}(3 k^2 / n^3) =\, ? \]
After collecting and combining all error terms...
and $F(n) \lt 0$ for all $n\geq 5$.