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!)
A009058 Expansion of e.g.f. cos(sinh(x))/cos(x), even terms only. 1
1, 0, -4, -56, -1072, -34368, -1781440, -132000896, -12912385792, -1604411553792, -247155791205376, -46275148760619008, -10352111715031035904, -2727077778568910979072, -835562477291891829882880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
seq(coeff(series(factorial(n)*cos(sinh(x))/cos(x), x, n+1), x, n), n=0..40, 2); # Muniru A Asiru, Jul 24 2018
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[Sinh[x]]/Cos[x], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 23 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(sinh(x))/cos(x))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 23 2018
CROSSREFS
Sequence in context: A327199 A358886 A371678 * A276363 A361541 A218309
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 16 11:34 EDT 2024. Contains 374347 sequences. (Running on oeis4.)