This document contains definitions and examples of several mathematical concepts:
1. It defines leap years as years divisible by 400, or years not divisible by 100 but divisible by 4.
2. It provides the logic/algorithm to determine if a year is a leap year.
3. It provides definitions and examples of prime numbers, Armstrong numbers, perfect numbers, and factorials.