Civilization group X98758


Statement
 

pdf   zip

html

Input

The input to the problem will be a number that indicates the row number.

Output

Should be the sum of all the odd numbers of the row indicated in the input.

Public test cases
  • Input

    2

    Output

    8
  • Input

    12

    Output

    1728
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Java Python Rust