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!)
A072034 a(n) = Sum_{k=0..n} binomial(n,k)*k^n. 36
1, 1, 6, 54, 680, 11000, 217392, 5076400, 136761984, 4175432064, 142469423360, 5372711277824, 221903307604992, 9961821300640768, 482982946946734080, 25150966159083264000, 1400031335107317628928, 82960293298087664648192 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The number of functions from {1,2,...,n} into a subset of {1,2,...,n} summed over all subsets. - Geoffrey Critzer, Sep 16 2012
LINKS
FORMULA
E.g.f.: 1/(1+LambertW(-x*exp(x))). - Vladeta Jovovic, Mar 29 2008
a(n) ~ (n/(e*LambertW(1/e)))^n/sqrt(1+LambertW(1/e)). - Vaclav Kotesovec, Nov 26 2012
O.g.f.: Sum_{n>=0} n^n * x^n / (1 - n*x)^(n+1). - Paul D. Hanna, May 22 2018
MAPLE
seq(add(binomial(n, k)*k^n, k=0..n), n=0..17); # Peter Luschny, Jun 09 2015
MATHEMATICA
Table[Sum[Binomial[n, k]k^n, {k, 0, n}], {n, 1, 20}] (* Geoffrey Critzer, Sep 16 2012 *)
PROG
(PARI) x='x+O('x^50); Vec(serlaplace(1/(1 + lambertw(-x*exp(x))))) \\ G. C. Greubel, Nov 10 2017
(PARI) a(n) = sum(k=0, n, binomial(n, k)*k^n); \\ Michel Marcus, Nov 10 2017
CROSSREFS
Sequence in context: A137591 A292716 A356927 * A167571 A366232 A138434
KEYWORD
nonn
AUTHOR
Karol A. Penson, Jun 07 2002
EXTENSIONS
Offset set to 0 and a(0) = 1 prepended by Peter Luschny, Jun 09 2015
E.g.f. edited to include a(0)=1 by Robert Israel, Jun 09 2015
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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)