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!)
A277479 E.g.f.: -tan(x)*LambertW(-x). 3
0, 0, 2, 6, 44, 360, 4206, 59584, 1021432, 20329344, 461596090, 11756157952, 331835099364, 10278341179392, 346555737301606, 12633922368061440, 495139124241620080, 20758413862397509632, 926980786260912379122, 43925328338613823078400, 2201264843743619567644700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ tan(exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-Tan[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Table[Sum[Binomial[n, k] * Sin[Pi*k/2] * 2^(k+1) * (2^(k+1)-1) * BernoulliB[k+1] /(k+1) * (n-k)^(n-k-1), {k, 0, n-1}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^50); concat([0, 0], Vec(serlaplace(- tan(x)*lambertw(-x) ))) \\ G. C. Greubel, Nov 08 2017
CROSSREFS
Sequence in context: A136589 A077048 A354309 * A120594 A038180 A058925
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)