A277437 Square array read by antidiagonals upwards in which T(n,k) is the n-th number j such that, descending by the main diagonal of the pyramid described in A245092, the height difference between the level j (starting from the top) and the level of the next terrace is equal to k.
1, 3, 2, 5, 4, 9, 7, 6, 12, 20, 8, 10, 21, 36, 72, 11, 13, 25, 50, 91, 144, 14, 16, 32, 56, 112
Offset: 1
Examples
The corner of the square array begins: 1, 2, 9, 20, 72, 144, 3, 4, 12, 36, 91, 5, 6, 21, 50, 7, 10, 25, 8, 13, 11, ... T(1,6) = 144 because it is the smallest number with precipice 6.
Links
Crossrefs
Formula
T(n,1) = A071562(n+1) - 1.
Extensions
a(20)-a(26) from Omar E. Pol, Jan 02 2017
Comments