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.

A009334 E.g.f. log(1+sin(x))*exp(x).

This page as a plain text file.
%I A009334 #25 Aug 09 2015 15:31:57
%S A009334 0,1,1,1,0,0,-5,5,-56,224,-1441,9029,-64592,497068,-4153357,37288173,
%T A009334 -358469008,3672613632,-39954165153,459970973037,-5587015067704,
%U A009334 71405586701516,-957909748415229,13458304798985221,-197627582943979080
%N A009334 E.g.f. log(1+sin(x))*exp(x).
%H A009334 Matthew House, <a href="/A009334/b009334.txt">Table of n, a(n) for n = 0..486</a>
%F A009334 a(n) ~ (n-1)! * (-1)^(n+1) * 2^(n+1) / (exp(Pi/2) * Pi^n). - _Vaclav Kotesovec_, Jan 23 2015
%F A009334 a(n) = Sum_{j=0..n-1}(-1)^j*binomial(n,j+1)*A000111(j). - _Robert Israel_, Aug 06 2015
%p A009334 S:= series(log(1+sin(x))*exp(x), x, 101):
%p A009334 seq(coeff(S,x,j)*j!,j=0..100); # _Robert Israel_, Aug 06 2015
%t A009334 CoefficientList[Series[E^x*Log[1 + Sin[x]], {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Jan 23 2015 *)
%Y A009334 Cf. A000111.
%K A009334 sign,easy
%O A009334 0,7
%A A009334 _R. H. Hardin_
%E A009334 Extended with signs by _Olivier Gérard_, Mar 15 1997