Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #22 Mar 29 2018 21:50:24
%S 15,60,742,7676,658616,5751374,410634197,3391163718,224130479264,
%T 114008694617177,900514339622670,433608267793696618,
%U 26233583234732252918,203297097133861902143,12132170565093316762294,5519292499505416532507241,2478714138236403410424390124
%N a(n) is the nearest integer to prime(n)*exp(prime(n)).
%e 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.
%t Table[Round[# Exp@ #] &@ Prime@ n, {n, 17}] (* _Michael De Vlieger_, Mar 20 2017 *)
%Y Cf. A001113.
%K nonn
%O 1,1
%A _Ahmad J. Masad_, Mar 20 2017
%E More terms from _Michael De Vlieger_, Mar 20 2017