Infinite triangle T(n, k), n, k >= 0, read and filled by rows the greedy way with distinct integers such that for any n, k >= 0, T(n, k) + T(n+1, k) + T(n+1, k+1) = 0; each term is minimal in absolute value and in case of a tie, preference is given to the positive value.
A361442
Infinite triangle T(n, k), n, k >= 0, read and filled by rows the greedy way with distinct integers such that for any n, k >= 0, T(n, k) + T(n+1, k) + T(n+1, k+1) = 0; each term is minimal in absolute value and in case of a tie, preference is given to the positive value.
Terms
- a(0) =0a(1) =1a(2) =-1a(3) =2a(4) =-3a(5) =4a(6) =3a(7) =-5a(8) =8a(9) =-12a(10) =5a(11) =-8a(12) =13a(13) =-21a(14) =33a(15) =6a(16) =-11a(17) =19a(18) =-32a(19) =53a(20) =-86a(21) =-2a(22) =-4a(23) =15a(24) =-34a(25) =66a(26) =-119a(27) =205a(28) =9a(29) =-7
External references
- oeis: A361442