Robert Bradshaw wrote:

Here's a though on Sloane's tables: should there be a baseclass that goes an looks up the values online for all as-yet undefined sequences?


There is one:
sage: seq = sloane_sequence(111776)
sage: print seq[1]
sage: seq[2][:20]
Searching Sloane's online database...
a(n) is the largest k such that n can be written as sum of k consecutive 
integers.
[1, 1, 1, 2, 1, 2, 3, 2, 1, 3, 4, 2, 3, 2, 4, 5, 1, 2, 4, 2]

Jaap

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to