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!)
A277478 E.g.f.: -cosh(x)*LambertW(-x). 3
0, 1, 2, 12, 76, 720, 8766, 131096, 2319416, 47361600, 1096018330, 28344108672, 810053677764, 25352185339520, 862335856149782, 31674845755622400, 1249527587684729584, 52687201308036059136, 2364751154207006978994, 112562199977955164819456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (1 + (-1)^(n-k)) * binomial(n,k) * k^(k-1)/2.
a(n) ~ cosh(exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-Cosh[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Table[Sum[(1 + (-1)^(n-k)) * Binomial[n, k] * k^(k-1)/2, {k, 1, n}], {n, 0, 20}]
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(-cosh(x)*lambertw(-x)))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A198474 A285489 A121680 * A372410 A372233 A081014
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 July 13 07:46 EDT 2024. Contains 374274 sequences. (Running on oeis4.)