|
|
|
|
|
by JadeNB
589 days ago
|
|
> The detecting of increments has been in Perl for ages so that's not new. But this is detecting that the increment is multiplicative, rather than additive. It might seem like a natural next step, but, for example, I somewhat suspect (and definitely hope) that Raku wouldn't know that `(1, 1, 2...*)` is a (shifted) list of Fibonacci numbers. |
|
You're safe WRT Fibonacci.
> Unable to deduce arithmetic or geometric sequence from: 1,1,2