A cuban prime is a prime that is the difference of two consecutive cubes: \(p = y^3 - x^3\) with \(y = x+1\), which works out to \(p = 3x^2 + 3x + 1\). The "cuban" refers to cubes, not the country. The sequence: 7, 19, 37, 61, 127, 271, 331, 397, 547, 631, 919.
Neatly, this is exactly the same formula as the [[centered-hexagonal]] numbers, so the cuban primes are precisely the centered hexagonal numbers that happen to be prime. They were named and studied by Allan Cunningham in 1923.