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.
%I A277463 #12 Nov 06 2017 02:42:11 %S A277463 0,1,2,13,112,1321,19296,335637,6764864,154946449,3973820800, %T A277463 112789880413,3509627281920,118790978349369,4344883388878592, %U A277463 170767066282574821,7177162988688031744,321206181612447781921,15250250261039350358016,765586309042945067185581 %N A277463 E.g.f.: sinh(x)/(1+LambertW(-x)). %H A277463 G. C. Greubel, <a href="/A277463/b277463.txt">Table of n, a(n) for n = 0..385</a> %F A277463 a(n) ~ sinh(exp(-1)) * n^n. %t A277463 CoefficientList[Series[Sinh[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]! %t A277463 Table[(1-(-1)^n + Sum[(1-(-1)^(n-k)) * Binomial[n,k] * k^k, {k, 1, n}])/2, {n, 0, 25}] %o A277463 (PARI) x='x+O('x^50); concat([0], Vec(serlaplace(sinh(x)/(1 + lambertw(-x))))) \\ _G. C. Greubel_, Nov 05 2017 %Y A277463 Cf. A000312, A069856, A086331, A277461, A277464. %K A277463 nonn %O A277463 0,3 %A A277463 _Vaclav Kotesovec_, Oct 16 2016