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!)
A009554 Expansion of e.g.f. sin(x)/cos(sinh(x)) (odd powers only). 1
1, 2, 36, 944, 45136, 3263072, 334656960, 46199442176, 8260388524288, 1857027989588480, 512693973356712960, 170529221696594702336, 67257392621575577522176, 31036094843772953163063296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ (2*n-1)! * 4 * sin(arcsinh(Pi/2)) / (sqrt(4+Pi^2) * (arcsinh(Pi/2))^(2*n)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[x]/Cos[Sinh[x]], {x, 0, nn}], x]Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jan 19 2012 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(sin(x)/cos(sinh(x)))); vector((#v-1)\2 , n, v[2*n-1]) \\ G. C. Greubel, Jan 20 2018
CROSSREFS
Sequence in context: A166473 A279575 A009539 * A209036 A305596 A210899
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
Offset corrected 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 August 17 03:26 EDT 2024. Contains 375198 sequences. (Running on oeis4.)