Prime

WMA link


Prime[n]

Prime[{$n_0$, $n_1$, ...}]

returns the nth prime number where n is an positive Integer.
If given a list of integers, the return value is a list with Prime applied to each.

Note that the first prime is 2, not 1:

When given a list of integers, a list is returned:

1.2 isn't an integer

Since 0 is less than 1, like 1.2 it is invalid.

PowersRepresentations
PrimePi