Given an integer N, print the pattern shown below.
Examples:
Input: N = 3Output: 👁 3 Input: N = 6 Output:👁 1
Input: N = 3
Output:
Input: N = 6
1 1 2 1 2 3 1 2 3 4 1 2 3 4 5