For integers `n ≥ 1`, the triangular numbers `t_n` are defined by `t_n = (n(n + 1))/2`, giving `t_1 = 1, t_2 = 3, t_3 = 6, t_4 = 10` and so on.
For integers `n >= 1`, the hexagonal numbers `h_n` are defined by `h_n = 2n^2-n`, giving `h_1 = 1, h_2 = 6, h_3 = 15, h_4 = 28` and so on.
- Show that the triangular numbers `t_1, t_3 , t_5`, and so on, are also hexagonal numbers. (2 marks)
--- 8 WORK AREA LINES (style=lined) ---
- Show that the triangular numbers `t_2, t_4 , t_6`, and so on, are not hexagonal numbers. (1 mark)
--- 7 WORK AREA LINES (style=lined) ---