|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
FindSequenceFunction |
| FindSequenceFunction[{a1, a2, a3, ...}] attempts to find a simple function that yields the sequence an when given successive integer arguments. |
| FindSequenceFunction[{{n1, a1}, {n2, a2}, ...}] attempts to find a simple function that yields ai when given argument ni. |
| FindSequenceFunction[list, n] gives the function applied to n. |
| FunctionSpace | Automatic | where to look for candidate simple functions | |
| Method | Automatic | method to use | |
| TimeConstraint | 10 | how many seconds to search a particular function space or perform a transformation | |
| ValidationLength | Automatic | sequence length used to validate a candidate function found |