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 A207326 #10 Jun 02 2025 07:42:30 %S A207326 1,1,3,22,197,2248,31311,514592,9750137,209265504,5018169035, %T A207326 132971582976,3858414981085,121679533902592,4143895711622327, %U A207326 151566138479037952,5925617619735873969 %N A207326 E.g.f. satisfies 2*A(x)-exp(A(x))+1=sin(x). %F A207326 a(n)=sum((m=0..(n-1)/2, v(n-2*m)*sum(i=0..(n-2*m)/2, (2*i+2*m-n)^n*binomial(n-2*m,i)*(-1)^(n+m-i)))/(2^(n-2*m-1)*(n-2*m)!)), v(n)=A000311(n). %F A207326 a(n) ~ ((1-log(2))*log(2))^(1/4) * n^(n-1) / ((arcsin(2*log(2)-1))^(n-1/2) * exp(n)). - _Vaclav Kotesovec_, Aug 04 2014 %t A207326 Rest[CoefficientList[Series[(-1 - 2*LambertW[-E^((Sin[x]-1)/2)/2] + Sin[x])/2,{x,0,20}],x] * Range[0,20]!] (* _Vaclav Kotesovec_, Aug 04 2014 *) %K A207326 nonn %O A207326 1,3 %A A207326 _Vladimir Kruchinin_, Feb 17 2012