The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A009749 Expansion of e.g.f. tan(x)*tan(sinh(x)), even powers only. 2
0, 2, 20, 438, 17128, 1048874, 92901500, 11253292638, 1788824156368, 361485870772562, 90552477245862884, 27548125826770266630, 10006652421435397898680, 4278388540712731489923194, 2127009769120013449890941516, 1216712823253198094167750050990 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * 4 * tan(arcsinh(Pi/2)) / (sqrt(4+Pi^2) * arcsinh(Pi/2)^(2*n+1)). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[x]*Tan[Sinh[x]], {x, 0, nn}], x]Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Nov 30 2011 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)*tan(sinh(x)))); concat([0], vector(#v\2, n, v[2*n-1])) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
Sequence in context: A165554 A366447 A009746 * A012533 A009160 A188811
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 May 21 10:20 EDT 2024. Contains 372735 sequences. (Running on oeis4.)