Skip to content

New oeis #39859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

New oeis #39859

wants to merge 2 commits into from

Conversation

fchapoton
Copy link
Contributor

rebased version of ##39790

Fixes #39767

📝 Checklist

  • I have linked a relevant issue or discussion.

Copy link

github-actions bot commented Apr 4, 2025

Documentation preview for this PR (built with commit daddaa7; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@dcoudert dcoudert mentioned this pull request Apr 7, 2025
5 tasks
Copy link
Contributor

@dcoudert dcoudert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

vbraun pushed a commit to vbraun/sage that referenced this pull request Apr 10, 2025
sagemathgh-39859: New oeis
    
rebased version of #sagemath#39790

Fixes sagemath#39767

### 📝 Checklist

- [x] I have linked a relevant issue or discussion.
    
URL: sagemath#39859
Reported by: Frédéric Chapoton
Reviewer(s): David Coudert
@vbraun
Copy link
Member

vbraun commented Apr 12, 2025

Those doctests need to be marked as needing internet

**********************************************************************
File "src/sage/databases/oeis.py", line 359, in sage.databases.oeis.OEIS
Failed example:
    oeis('A000040')
Expected:
    A000040: The prime numbers.
Got:
    <repr(<sage.databases.oeis.OEISSequence at 0xf4ab3d08>) failed: OSError: <urlopen error [Errno 110] Connection timed out>
    error fetching https://oeis.org/search?q=A000040&n=1&fmt=text>
**********************************************************************
File "src/sage/databases/oeis.py", line 361, in sage.databases.oeis.OEIS
Failed example:
    oeis('A000045')
Expected:
    A000045: Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1.
Got:
    <repr(<sage.databases.oeis.OEISSequence at 0xf4abf9a8>) failed: OSError: <urlopen error [Errno 110] Connection timed out>
    error fetching https://oeis.org/search?q=A000045&n=1&fmt=text>
**********************************************************************

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OEIS access is broken
4 participants