-
-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Description
similar to
graphs.some_graph
or to
codes.some_code
(and similar), I propose to introduce
sequences.some_sequence
which should provide a unified access point to all possible sequences in SageMath. For example, there is fibonacci_sequence in sage.combinat.combinat, binary_recurring_sequence (somewhere in combinat) and various other code.
This will use homogenous sequences (#19896), which them-self use lazy lists.
See also the meta-ticket #16107.
Old: See the discussion on sage-devel
Depends on #19896
CC: @mantepse
Component: combinatorics
Author: Daniel Krenn
Branch/Commit: u/dkrenn/sequences/base @ b0bb4fa
Issue created by migration from https://trac.sagemath.org/ticket/18565