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!)
A009745 Expansion of e.g.f tan(x)*sinh(sin(x)), even powers only. 2
0, 2, 8, 48, 1728, 61184, 3107840, 235484928, 22794670080, 2824580218880, 435346731352064, 81496599519363072, 18232624878580924416, 4803148337754795474944, 1471655716879344564174848 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * (exp(1) - exp(-1)) * (2/Pi)^(2*n+1). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Sinh[Sin[x]]*Tan[x], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 23 2015 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)*sinh(sin(x)))); concat([0], vector(#v\2, n, v[2*n-1])) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
Sequence in context: A079802 A009741 A322309 * A009751 A356658 A279239
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 20 11:59 EDT 2024. Contains 371838 sequences. (Running on oeis4.)