Dodecagonal number
Given a number n, find the nth Dodecagonal number.Dodecagonal numbers represent Dodecagonal (A polygon with 12 sides). Some of the Dodecagonal numbers are: 1, 12, 33, 64, 105, 156, 217, 288, 369, 460, 561, 672, 793, 924.............................Examples : Input : n = 4 Output : 64 Input : n = 9 O