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.

A296545 Expansion of e.g.f. arcsinh(exp(x)-1).

This page as a plain text file.
%I A296545 #9 Dec 17 2017 22:05:50
%S A296545 0,1,1,0,-5,-15,46,735,2185,-33390,-453479,-364155,57806200,681966285,
%T A296545 -3289884779,-197798065920,-1815938249585,33917006295885,
%U A296545 1155429901407646,5691720408045315,-408736165211351795,-10271257189100959590,23948813753053818421,6626731340918542069425,124356774945741129842320
%N A296545 Expansion of e.g.f. arcsinh(exp(x)-1).
%H A296545 Robert Israel, <a href="/A296545/b296545.txt">Table of n, a(n) for n = 0..440</a>
%F A296545 E.g.f.: -log(1 - exp(x) + sqrt(1 + (1 - exp(x))^2)).
%e A296545 arcsinh(exp(x)-1) = x/1! + x^2/2! - 5*x^4/4! - 15*x^5/5! + 46*x^6/6! + 735*x^7/7! + ...
%p A296545 S:= series(arcsinh(exp(x)-1),x,41):
%p A296545 seq(coeff(S,x,j)*j!,j=0..40); # _Robert Israel_, Dec 17 2017
%t A296545 nmax = 24; CoefficientList[Series[ArcSinh[Exp[x] - 1], {x, 0, nmax}], x] Range[0, nmax]!
%t A296545 nmax = 24; CoefficientList[Series[-Log[1 - Exp[x] + Sqrt[1 + (1 - Exp[x])^2]], {x, 0, nmax}], x] Range[0, nmax]!
%Y A296545 Cf. A014307, A024429, A121868.
%K A296545 sign
%O A296545 0,5
%A A296545 _Ilya Gutkovskiy_, Dec 15 2017