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!)
A277463 E.g.f.: sinh(x)/(1+LambertW(-x)). 5
0, 1, 2, 13, 112, 1321, 19296, 335637, 6764864, 154946449, 3973820800, 112789880413, 3509627281920, 118790978349369, 4344883388878592, 170767066282574821, 7177162988688031744, 321206181612447781921, 15250250261039350358016, 765586309042945067185581 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sinh(exp(-1)) * n^n.
MATHEMATICA
CoefficientList[Series[Sinh[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
Table[(1-(-1)^n + Sum[(1-(-1)^(n-k)) * Binomial[n, k] * k^k, {k, 1, n}])/2, {n, 0, 25}]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(sinh(x)/(1 + lambertw(-x))))) \\ G. C. Greubel, Nov 05 2017
CROSSREFS
Sequence in context: A176932 A258916 A052444 * A277469 A046888 A046890
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 16 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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)