Calculate the sum of the numbers in the nth row of this triangle (starting at index 1) e.g.: (Input --> Output) ...
This module provides a function row_sum_odd_numbers(n) which calculates the sum of the numbers in the nth row of this triangle.