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!)
A009109 Expansion of e.g.f. cos(x)/cosh(sin(x)), even powers only. 1
1, -2, 16, -328, 12160, -721280, 62638720, -7495723264, 1182630301696, -237887012458496, 59422015832915968, -18045969534514167808, 6548012482760106213376, -2797775464269494922051584 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * 2 * (-1)^n / (log((Pi+sqrt(4+Pi^2))/2))^(2*n+1). - Vaclav Kotesovec, Jan 22 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Cos[x]*Sech[Sin[x]], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Jan 22 2015 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(x)/cosh(sin(x)))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 26 2018
CROSSREFS
Sequence in context: A336522 A294039 A009100 * A268560 A275854 A299907
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs 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 July 22 00:58 EDT 2024. Contains 374478 sequences. (Running on oeis4.)