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!)
A009732 Expansion of tan(x)*cosh(sin(x)) (odd powers only). 0
1, 5, 21, 377, 13129, 537965, 34399197, 2946509729, 323564702737, 44888950379477, 7640931012615717, 1566846818139059657, 381021443277747203161, 108403869650402266171709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (2*n-1)! * 4^n * (exp(1) + exp(-1)) / Pi^(2*n). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Tan[ x ]*Cosh[ Sin[ x ] ] (* Odd Part *)
nn = 20; Table[(CoefficientList[Series[Cosh[Sin[x]]*Tan[x], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A015461 A101694 A006109 * A009758 A143503 A144779
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
Offset changed to 1 by Vaclav Kotesovec, Jan 23 2015
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)