#10025: sloane_sequence(111776)[2][:36] != sloane.A111776.list(36)
------------------------------------------+---------------------------------
   Reporter:  donmorrison                 |       Owner:  sage-combinat         
                   
       Type:  defect                      |      Status:  new                   
                   
   Priority:  minor                       |   Milestone:  sage-4.6.1            
                   
  Component:  combinatorics               |    Keywords:  combinat sloane       
                   
     Author:  Jaap Spies, Nick Alexander  |    Upstream:  Reported upstream. 
Little or no feedback.
   Reviewer:                              |      Merged:                        
                   
Work_issues:                              |  
------------------------------------------+---------------------------------
 sage: sloane_sequence(111776)[2][:36] != sloane.A111776.list(36)

 Searching Sloane's online database...

 True

 sage: sloane_sequence(111776)[2][:36] == sloane.A111776.list(36)

 Searching Sloane's online database...

 False

 sage: sloane_sequence(111776)[2][:36]

 Searching Sloane's online database...

 [1, 1, 1, 1, 2, 3, 1, 4, 6, 10, 1, 8, 12, 20, 35, 1, 16, 24, 40, 70, 125,
 1, 32, 48, 80, 140, 250, 450, 1, 64, 96, 160, 280, 500, 900, 1625]

 sage: sloane.A111776.list(36)

 [1, 1, 1, 2, 1, 2, 3, 2, 1, 3, 4, 2, 3, 2, 4, 5, 1, 2, 4, 2, 5, 6, 4, 2,
 3, 5, 4, 6, 7, 2, 5, 2, 1, 6, 4, 7]

 sage: len(sloane_sequence(111776)[2][:36]) == len(sloane.A111776.list(36))

 Searching Sloane's online database...

 True

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10025>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en.

Reply via email to