Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Feb 27 2024 11:37:27
%S 3,10,30,85,233,636,1733,4714,12817,34843,94717,257472,699885,1902489,
%T 5171506,14057617,38212570,103872539,282354840,767520035,2086335769,
%U 5671248615,15416052061,41905174191,113910073528,309639682957
%N Partial sums of round(exp(n)).
%e a(1) = round(exp(1))
%e a(2) = a(1) + round(exp(2))
%e a(3) = a(2) + round(exp(3))
%e a(4) = a(3) + round(exp(4))
%e ...
%Y Cf. A000227.
%K nonn,easy
%O 1,1
%A _Jorge Coveiro_, Apr 13 2004
%E More terms from Pab Ter (pabrlos(AT)yahoo.com), May 24 2004