login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A296544 Expansion of e.g.f. sech(exp(x)-1). 2

%I #10 Mar 27 2019 10:04:29

%S 1,0,-1,-3,-2,35,233,406,-6463,-72951,-234204,3454165,59129541,

%T 299098488,-3983040037,-98320221991,-717243756890,8306677424447,

%U 290745526287213,2888789037885782,-27716446593438731,-1389236305462658939,-18071746125863480076,133495439954224143065,10011730596035533451801

%N Expansion of e.g.f. sech(exp(x)-1).

%F E.g.f. 1/cosh(exp(x)-1).

%e sech(exp(x)-1) = 1 - x^2/2! - 3*x^3/3! - 2*x^4/4! + 35*x^5/5! + 233*x^6/6! + ...

%p a:=series(sech(exp(x)-1),x=0,25): seq(n!*coeff(a,x,n),n=0..24); # _Paolo P. Lava_, Mar 27 2019

%t nmax = 24; CoefficientList[Series[Sech[Exp[x] - 1], {x, 0, nmax}], x] Range[0, nmax]!

%Y Cf. A000364, A024430, A139134, A296543.

%K sign

%O 0,4

%A _Ilya Gutkovskiy_, Dec 15 2017

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 30 03:39 EDT 2024. Contains 374734 sequences. (Running on oeis4.)