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!)
A009378 Expansion of log(1+tan(x)*sinh(x)). 1
0, 2, 0, 22, 280, 5402, 515460, 11703382, 2688141040, 146635350962, 34251754225020, 4629204580980142, 993794187704175400, 265705552906954222922, 63184407507496166760180 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * 4^n / (n * Pi^(2*n)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Log[ 1+Tan[ x ]*Sinh[ x ] ] (* Even Part *)
nn = 20; Table[(CoefficientList[Series[Log[1 + Sinh[x]*Tan[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A293938 A254042 A368014 * A106708 A138551 A133490
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
STATUS
approved

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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)