login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036782 (Sum n!) + n - 1. 1
0, 2, 5, 12, 37, 158, 879, 5920, 46241, 409122, 4037923, 43954724, 522956325, 6749977126, 93928268327, 1401602636328, 22324392524329, 378011820620330, 6780385526348331, 128425485935180332, 2561327494111820333 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MAPLE

with(finance):seq(add(cashflows([k!, 1, 0], 0), k=1..n), n=0..25); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 22 2008]

MATHEMATICA

f[n_]:=n!+1; s=0; lst={s}; Do[AppendTo[lst, s+=f[n]], {n, 30}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 07 2010]

CROSSREFS

A036781 - 1.

Sequence in context: A138314 A115277 A130221 * A050237 A050258 A051436

Adjacent sequences:  A036779 A036780 A036781 * A036783 A036784 A036785

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:04 EST 2012. Contains 205969 sequences.