login

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”).

A092756
Partial sums of round(exp(n)).
0
3, 10, 30, 85, 233, 636, 1733, 4714, 12817, 34843, 94717, 257472, 699885, 1902489, 5171506, 14057617, 38212570, 103872539, 282354840, 767520035, 2086335769, 5671248615, 15416052061, 41905174191, 113910073528, 309639682957
OFFSET
1,1
EXAMPLE
a(1) = round(exp(1))
a(2) = a(1) + round(exp(2))
a(3) = a(2) + round(exp(3))
a(4) = a(3) + round(exp(4))
...
CROSSREFS
Cf. A000227.
Sequence in context: A115515 A280523 A117869 * A027205 A026937 A320564
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Apr 13 2004
EXTENSIONS
More terms from Pab Ter (pabrlos(AT)yahoo.com), May 24 2004
STATUS
approved