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!)
A277462 E.g.f.: cos(x)/(1 + LambertW(-x)). 4
1, 1, 3, 24, 233, 2860, 42875, 758856, 15488657, 358164432, 9254769459, 264273873600, 8264362186489, 280896392748608, 10310601442639147, 406479520869636480, 17129450693008029729, 768404013933189112064, 36557893891263190204259, 1838650651518153170939904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ cos(exp(-1)) * n^n.
MATHEMATICA
CoefficientList[Series[Cos[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
Table[Cos[Pi*n/2] + Sum[Binomial[n, k] * Cos[Pi*(n-k)/2] * k^k, {k, 1, n}], {n, 0, 25}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^50); Vec(serlaplace(cos(x)/(1 + lambertw(-x)))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A249926 A279651 A001099 * A371522 A230325 A363416
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)