-
-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Description
The sloane_find command, which parses output of a webpage, is broken for years due to the Sloane sequence webpage being rewritten. It silently always finds nothing.
sage: sloane_find([1,1,2,3,5,8,13,21], nresults=1)
[]
The aim of this ticket is to propose a new interface with OEIS http://oeis.org/
Apply:
- attachment: trac_10358-oeis-tm_rebase.patch
- attachment: trac_10358-oeis-review_1-tm.patch
- attachment: trac_10358-oeis-review_2-tm.patch
- attachment: trac_10358-oeis-review_3-nc-tm.patch
Depends on #15245
CC: @sagetrac-sage-combinat @williamstein @kini @jpflori @sagetrac-chrisjamesberg @VivianePons
Component: combinatorics
Keywords: Cernay2012 days49
Author: Thierry Monteil
Reviewer: Nathann Cohen
Merged: sage-5.13.beta2
Issue created by migration from https://trac.sagemath.org/ticket/10358