diff --git a/src/sage/databases/oeis.py b/src/sage/databases/oeis.py index c7293068279..552d2368e8a 100644 --- a/src/sage/databases/oeis.py +++ b/src/sage/databases/oeis.py @@ -51,9 +51,9 @@ 2: = [a_0; a_1, a_2, a_3, ...] = [3; 7, 15, 1, 292, ...] sage: c.comments() # optional -- internet - 0: The first 5,821,569,425 terms were computed by _Eric W. Weisstein_ on Sep 18 2011. - 1: The first 10,672,905,501 terms were computed by _Eric W. Weisstein_ on Jul 17 2013. - 2: The first 15,000,000,000 terms were computed by _Eric W. Weisstein_ on Jul 27 2013. + 0: The first 5821569425 terms were computed by _Eric W. Weisstein_ on Sep 18 2011. + 1: The first 10672905501 terms were computed by _Eric W. Weisstein_ on Jul 17 2013. + 2: The first 15000000000 terms were computed by _Eric W. Weisstein_ on Jul 27 2013. ::