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!)
A216858 Number of connected functions from {1,2,...,n} into a subset of {1,2,...,n} summed over all subsets. 1
0, 1, 5, 38, 422, 6184, 112632, 2453296, 62202800, 1799623296, 58507176320, 2111633645824, 83777729991936, 3624054557443072, 169759643117603840, 8560585769442662400, 462387289560368764928, 26633435981686107701248, 1629609677806398679646208, 105555926477075661655441408, 7215930505311133152120995840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: log(1/(1-T(x*exp(x)))) where T(x) is the e.g.f. for A000169.
a(n) ~ n!/(2*n*LambertW(exp(-1))^n) * (1 - sqrt(2*(1 + LambertW(exp(-1))) /(Pi*n))/3). - Vaclav Kotesovec, Sep 24 2013
MATHEMATICA
nn=20; a=-ProductLog[-x Exp[x] ]; Range[0, nn]! CoefficientList[Series[Log[1/(1-a)], {x, 0, nn}], x]
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(log(1/(1+ lambertw(-x*exp(x))))))) \\ G. C. Greubel, Nov 16 2017
CROSSREFS
Sequence in context: A371342 A069471 A355788 * A338867 A110467 A221845
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Sep 17 2012
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)