cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A277476 E.g.f.: -sinh(x)*LambertW(-x).

This page as a plain text file.
%I A277476 #7 Nov 08 2017 02:32:12
%S A277476 0,0,2,6,40,340,3936,56714,976704,19535688,444743680,11349643822,
%T A277476 320813048832,9947821243100,335700998830848,12246806941654770,
%U A277476 480247532548624384,20144008859005187344,899923326921333301248,42658767419625168409814,2138475182252830504796160
%N A277476 E.g.f.: -sinh(x)*LambertW(-x).
%H A277476 G. C. Greubel, <a href="/A277476/b277476.txt">Table of n, a(n) for n = 0..385</a>
%F A277476 a(n) = Sum_{k=1..n} (1 - (-1)^(n-k)) * binomial(n,k) * k^(k-1)/2.
%F A277476 a(n) ~ sinh(exp(-1)) * n^(n-1).
%t A277476 CoefficientList[Series[-Sinh[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
%t A277476 Table[Sum[(1 - (-1)^(n-k)) * Binomial[n, k] * k^(k-1)/2, {k, 1, n}], {n, 0, 20}]
%o A277476 (PARI) x='x+O('x^50); concat([0,0], Vec(serlaplace(-sinh(x)*lambertw(-x) ))) \\ _G. C. Greubel_, Nov 07 2017
%Y A277476 Cf. A000169, A277463, A277473, A277475, A277478.
%K A277476 nonn
%O A277476 0,3
%A A277476 _Vaclav Kotesovec_, Oct 17 2016