A372595 Irregular triangle read by rows, where the n-th row gives the number of steps in the hydra game (the version described in A372478) when the initial hydra is each of the A000108(n) ordered trees with n edges (ordered by lexicographic order of their corresponding Dyck words as in A063171).
0, 1, 2, 3, 3, 4, 5, 13, 37, 4, 5, 6, 14, 38, 7, 9, 37, 22539988369405
Offset: 0
Examples
Triangle begins: 0; 1; 2, 3; 3, 4, 5, 13, 37; 4, 5, 6, 14, 38, 7, 9, 37, 22539988369405, ...; ...
Formula
T(n,k) = T(n-1,k)+1 if 1 <= k <= A000108(n-1).
Comments