cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A216858 Number of connected functions from {1,2,...,n} into a subset of {1,2,...,n} summed over all subsets.

This page as a plain text file.
%I A216858 #20 Nov 17 2017 20:05:22
%S A216858 0,1,5,38,422,6184,112632,2453296,62202800,1799623296,58507176320,
%T A216858 2111633645824,83777729991936,3624054557443072,169759643117603840,
%U A216858 8560585769442662400,462387289560368764928,26633435981686107701248,1629609677806398679646208,105555926477075661655441408,7215930505311133152120995840
%N A216858 Number of connected functions from {1,2,...,n} into a subset of {1,2,...,n} summed over all subsets.
%H A216858 G. C. Greubel, <a href="/A216858/b216858.txt">Table of n, a(n) for n = 0..370</a>
%F A216858 E.g.f.: log(1/(1-T(x*exp(x)))) where T(x) is the e.g.f. for A000169.
%F A216858 a(n) ~ n!/(2*n*LambertW(exp(-1))^n) * (1 - sqrt(2*(1 + LambertW(exp(-1))) /(Pi*n))/3). - _Vaclav Kotesovec_, Sep 24 2013
%t A216858 nn=20; a=-ProductLog[-x Exp[x] ]; Range[0,nn]! CoefficientList[Series[Log[1/(1-a)], {x,0,nn}], x]
%o A216858 (PARI) x='x+O('x^30); concat([0], Vec(serlaplace(log(1/(1+ lambertw(-x*exp(x))))))) \\ _G. C. Greubel_, Nov 16 2017
%Y A216858 Cf. A216857, A000248, A048802, A072034.
%K A216858 nonn
%O A216858 0,3
%A A216858 _Geoffrey Critzer_, Sep 17 2012