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!)
A009354 Expansion of e.g.f. log(1+sinh(x))/cos(x). 1

%I #22 Jan 05 2019 08:00:35

%S 0,1,-1,6,-16,100,-481,3640,-26216,244560,-2364841,26849504,

%T -325189096,4398704960,-63781044601,1005854552448,-16941897363056,

%U 305672687929600,-5855806159566961,119006746966185472,-2553127722541494496

%N Expansion of e.g.f. log(1+sinh(x))/cos(x).

%H Robert Israel, <a href="/A009354/b009354.txt">Table of n, a(n) for n = 0..441</a>

%F a(n) ~ (n-1)! * (-1)^(n+1) / (cos(log(1+sqrt(2))) * (log(1+sqrt(2)))^n). - _Vaclav Kotesovec_, Jan 23 2015

%p S:= series(log(1+sinh(x))/cos(x),x,61):

%p seq(coeff(S,x,j)*j!,j=0..60); # _Robert Israel_, Jan 04 2019

%t Log[ 1+Sinh[ x ] ]/Cos[ x ]

%t CoefficientList[Series[Log[1 + Sinh[x]]*Sec[x], {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Jan 23 2015 *)

%K sign,easy

%O 0,4

%A _R. H. Hardin_

%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997

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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)