MathPHP\Sequence\AdvancedTest::dataProviderForLazyCaterers PHP Метод

dataProviderForLazyCaterers() публичный Метод

    public function dataProviderForLazyCaterers()
    {
        return [[-1, []], [0, []], [1, [1]], [2, [1, 2]], [3, [1, 2, 4]], [4, [1, 2, 4, 7]], [5, [1, 2, 4, 7, 11]], [6, [1, 2, 4, 7, 11, 16]], [7, [1, 2, 4, 7, 11, 16, 22]], [8, [1, 2, 4, 7, 11, 16, 22, 29]], [9, [1, 2, 4, 7, 11, 16, 22, 29, 37]], [10, [1, 2, 4, 7, 11, 16, 22, 29, 37, 46]], [11, [1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56]], [53, [1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172, 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466, 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082, 1129, 1177, 1226, 1276, 1327, 1379]]];
    }