login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114870 a(n) = A002627(n+1) - A002627(n) - n!. 2
0, 1, 5, 25, 141, 911, 6703, 55581, 513929, 5248891, 58724211, 714554633, 9397715341, 132870076119, 2009977939271, 32396622193141, 554297204755473, 10034223725151731, 191617109450287579, 3849745645109036001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: (exp(x)-1)/(1-x)^2. - Vaclav Kotesovec, Nov 20 2012
a(n) = Sum_{k=0..n-1} C(n,k)*(k+1)! = Sum_{k=0..n-1} A074909(n-1,k)*(k+1)!. - Anton Zakharov, Sep 26 2016
MATHEMATICA
CoefficientList[Series[(E^x-1)/(1-x)^2, {x, 0, 20}], x]*Range[0, 20]! (* Vaclav Kotesovec, Nov 20 2012 *)
Table[Sum[Binomial[n, k] (k + 1)!, {k, 0, n - 1}], {n, 0, 19}] (* Michael De Vlieger, Sep 27 2016 *)
CROSSREFS
Sequence in context: A081683 A064311 A122441 * A222676 A285382 A199319
KEYWORD
nonn
AUTHOR
Creighton Dement, Feb 20 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)