Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 277 Bytes

File metadata and controls

7 lines (5 loc) · 277 Bytes

SequenceGuesser

Given a sequence of numbers, tries to find the closed form expression that defines the sequence.

Main Structure

  • Implements Newton Forward Difference Formula for all possibly polynomial relations
  • Implements a number-wall for linear recurrence relations