I have output!
I've been trying to formulate a new project for the little course I'll be lecturing sometime soon. I've decided to get the students counting primes and verifying the prime number theorem. Hopefully they'll be able to produce something like this picture.
It's a graph of n against pi(n)/li(n). Why do we care? Well, pi(n) is the number of primes below n and li(n) is the logarithmic integral. The PNT says that these two are asymptotically equivalent, and the graph shows this in action! (See, it gets closer to 1...) Okay, it's not impressive. If it were two stars colliding or a model of Canada being shot off to infinity, I'm sure you'd all be more impressed.