home > factoids > triangular number theorem
n:Nat | n>0 |-- 2(n-1)(2n-1) = 1 + 2 + 3 + ... + (2n-1)
proof: by induction