import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int N = sc.nextInt(); long mod = (long)(Math.pow(10,9))+7; long odd = 1; long even = 2; for(int i=3; i