OFFSET
1,1
EXAMPLE
For n = 4, a(4) is the nearest integer to ((prime(4))*(exp(prime(4)))) = the nearest integer to 7676.4... = 7676, so a(4) = 7676.
MATHEMATICA
Table[Round[# Exp@ #] &@ Prime@ n, {n, 17}] (* Michael De Vlieger, Mar 20 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ahmad J. Masad, Mar 20 2017
EXTENSIONS
More terms from Michael De Vlieger, Mar 20 2017
STATUS
approved