#include using namespace std; int main(void){ int n; cin >> n; for(int i=n;i>1;i++) for(int j=i-1;j>1;j++) for(int k=n;k>i;k++) if(k !=i+j) cout<