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!)
A277461 E.g.f.: sin(x)/(1+LambertW(-x)). 6
0, 1, 2, 11, 104, 1241, 18216, 317715, 6414848, 147107953, 3776164000, 107253230171, 3339157316736, 113070818225353, 4137170839854976, 162653198951193059, 6837934005096620032, 306093463368534049761, 14535589272368159900160, 729835620496621069643179 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sin(exp(-1)) * n^n.
MATHEMATICA
CoefficientList[Series[Sin[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
Table[Sin[Pi*n/2] + Sum[Binomial[n, k] * Sin[Pi*(n-k)/2] * k^k, {k, 1, n}], {n, 0, 25}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x = 'x + O('x^30); concat(0, Vec(serlaplace(sin(x)/(1+lambertw(-x))))) \\ Michel Marcus, Jun 12 2017
CROSSREFS
Sequence in context: A081716 A334240 A099713 * A277470 A343896 A111535
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 18 06:12 EDT 2024. Contains 371769 sequences. (Running on oeis4.)