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!)
A277475 E.g.f.: -sin(x)*LambertW(-x). 4
0, 0, 2, 6, 32, 300, 3576, 52234, 906688, 18229176, 416505760, 10657541422, 301871501568, 9375794555556, 316817746172032, 11570642333807730, 454152692297009152, 19064517871187079408, 852278820775206658560, 40424330665968520135382, 2027524052626732381306880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sin(exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-Sin[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Table[Sum[Binomial[n, k] * Sin[Pi*(n-k)/2] * k^(k-1), {k, 1, n}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^50); concat([0, 0], Vec(serlaplace(-sin(x)*lambertw(-x)) )) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A088437 A191691 A191712 * A277484 A005736 A354847
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)