1.Sexy primes are prime numbers that differ from each other by six. For example, the first 5 sexy prime pairs are (5, 11), (7, 13), (11, 17), (13, 19), (17, 23). Find the number of sexy prime pairs (p, p + 6) such that p ≤ 201415.
2.For each positive number n, define S(n) to be the sum of all its digits. For example, S(2014) = 2 + 0 + 1 + 4 = 7. Find S(2014^{2014}).