We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4c8cd commit f7438fcCopy full SHA for f7438fc
src/sage/rings/lazy_series.py
@@ -1482,8 +1482,8 @@ def define(self, s):
1482
sage: f
1483
1 + t + t^2 + 2*t^3 + 6*t^4 + 23*t^5 + 104*t^6 + O(t^7)
1484
sage: oeis(f[1:20]) # optional - internet
1485
- 0: A030266: Shifts left under COMPOSE transform with itself.
1486
- 1: A110447: Permutations containing 3241 patterns only as part of 35241 patterns.
+ 0: A030266: ...
+ 1: A110447: ...
1487
1488
The following can only work for power series, where we have a
1489
minimal valuation of `0`::
0 commit comments