loda-lang / loda-cpp

Runtime and miner for the LODA language written in C++
https://loda-lang.org/
Apache License 2.0
21 stars 1 forks source link

simplify sums #298

Closed ckrause closed 10 months ago

ckrause commented 10 months ago

Need more initial terms when this gets enabled:

./loda export A078013
a(n) = -a(n-4)-a(n-5), a(2) = 0, a(1) = 0, a(0) = 1