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.

A238085 Expansion of e.g.f.: -LambertW(-sinh(x)).

This page as a plain text file.
%I A238085 #20 Mar 12 2024 02:42:11
%S A238085 0,1,2,10,72,716,9088,140344,2554240,53540368,1270296064,33653698464,
%T A238085 984753299456,31542901202112,1097763264864256,41247391653500800,
%U A238085 1664188908529156096,71759140177774010624,3293251384307726942208,160272893566770148403712
%N A238085 Expansion of e.g.f.: -LambertW(-sinh(x)).
%H A238085 Vincenzo Librandi, <a href="/A238085/b238085.txt">Table of n, a(n) for n = 0..100</a>
%F A238085 a(n) ~ (exp(-2)+1)^(1/4) * n^(n-1) / ((log(sqrt(1+exp(-2)) + exp(-1)) )^(n-1/2) * exp(n-1/2)).
%t A238085 CoefficientList[Series[-LambertW[-Sinh[x]],{x,0,20}],x]*Range[0,20]!
%o A238085 (PARI) x='x+('x^30); concat([0], Vec(serlaplace(-lambertw(-sinh(x))))) \\ _G. C. Greubel_, Feb 19 2018
%Y A238085 Cf. A219503, A214654, A274279, A277463, A277476.
%K A238085 nonn
%O A238085 0,3
%A A238085 _Vaclav Kotesovec_, Feb 17 2014