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!)
A277489 E.g.f.: -LambertW(-log(1+x)). 7
0, 1, 1, 5, 26, 224, 2244, 28496, 417976, 7122384, 136770960, 2937770472, 69626588976, 1806936836184, 50936933449752, 1550292926398680, 50661309325357824, 1769286989373994752, 65762170385201959680, 2591979585702305271552, 107982615297265761991680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=1..n} Stirling1(n, k)*k^(k-1).
a(n) ~ (exp(exp(-1))-1)^(1/2-n) * exp(-exp(-1)/2+1/2-n) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-LambertW[-Log[1+x]], {x, 0, 20}], x] * Range[0, 20]!
Table[Sum[StirlingS1[n, k]*k^(k-1), {k, 1, n}], {n, 0, 20}]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(-lambertw(-log(1+x))))) \\ G. C. Greubel, Jun 21 2017
CROSSREFS
Sequence in context: A007286 A305201 A099032 * A094652 A027529 A368294
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 17 2016
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 May 3 02:00 EDT 2024. Contains 372203 sequences. (Running on oeis4.)