A342385 Triangle T(n,k) read by rows (n >= 0, 0 <= k <= n): first column is A001477 and column k > 0 is k*A028310.
0, 1, 1, 2, 1, 2, 3, 2, 2, 3, 4, 3, 4, 3, 4, 5, 4, 6, 6, 4, 5, 6, 5, 8, 9, 8, 5, 6, 7, 6, 10, 12, 12, 10, 6, 7, 8, 7, 12, 15, 16, 15, 12, 7, 8, 9, 8, 14, 18, 20, 20, 18, 14, 8, 9, 10, 9, 16, 21, 24, 25, 24, 21, 16, 9, 10, 11, 10, 18, 24, 28, 30, 30, 28, 24, 18, 10, 11
Offset: 0
Examples
Triangle begins: n\k| 0 1 2 3 4 5 6 7 8 9 ... ---+------------------------------------------- 0 | 0; 1 | 1, 1; 2 | 2, 1, 2; 3 | 3, 2, 2, 3; 4 | 4, 3, 4, 3, 4; 5 | 5, 4, 6, 6, 4, 5; 6 | 6, 5, 8, 9, 8, 5, 6; 7 | 7, 6, 10, 12, 12, 10, 6, 7; 8 | 8, 7, 12, 15, 16, 15, 12, 7, 8; 9 | 9, 8, 14, 18, 20, 20, 18, 14, 8, 9; ...
Links
- Paolo Xausa, Table of n, a(n) for n = 0..11475 (rows 0..150 of the triangle, flattened)
Programs
-
Mathematica
With[{rowmax=10},Table[If[0
Paolo Xausa, Nov 15 2023 *)
Formula
Extensions
Name edited by Paolo Xausa, Nov 15 2023
Comments