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!)
A184947 Expansion of e.g.f. exp(x)*(1-x)^(-x). 1
1, 1, 3, 10, 45, 241, 1525, 11096, 91441, 842185, 8577871, 95768454, 1163339221, 15278140593, 215739927481, 3259925357716, 52489756856993, 897249441166993, 16228613753092315, 309660835748163394, 6216734677256575581, 130994769191324727697 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Vladimir Kruchinin and D. V. Kruchinin, Composita and their properties , arXiv:1103.2582 [math.CO], 2011-2013.
FORMULA
E.g.f.: exp(x)*(1-x)^(-x).
a(n) = sum(k=0..n, C(n,k) *sum(j=0..k, C(k,j) *abs(Stirling1(n-k,j)) *j!)).
a(n) ~ n! * exp(1). - Vaclav Kotesovec, Aug 13 2013
MAPLE
with(combinat):
a:= n-> add(binomial(n, k) *add(binomial(k, j)
*abs(stirling1(n-k, j)) *j!, j=0..k), k=0..n):
seq(a(n), n=0..20); # Alois P. Heinz, Feb 03 2011
MATHEMATICA
With[{nn=25}, CoefficientList[Series[Exp[x](1-x)^-x, {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 26 2011 *)
CROSSREFS
Sequence in context: A355719 A028417 A060311 * A330250 A207652 A099237
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Feb 02 2011
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 August 24 01:02 EDT 2024. Contains 375396 sequences. (Running on oeis4.)