I would like to find a nontrivial property $P(n)$ for $n \in \mathbb N$ such that $\forall n P(n)$ is false but the first counterexample can be found only for "very high" $n$ (so high that it wouldn't be found without a calculator).
It would be nice if such counterexample can actually be found by brute force with the help of a calculator so that it could be given as an exercise for high school students that are learning computer programming.
The property $P$ should also be "non-trivial" (for example $P(n)=(n<10^{10^{10}})$ would satisfy the request but it is obvious that it is not true for every $n$).
What about this: it seems that for all $n \ge 1$ $$\gcd(2^n-1, 3^n+2)=1$$ But this fails at $n=176$, and $$\gcd(2^{176}-1, 3^{176}+2)=257$$