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!)
A009086 Expansion of e.g.f. cos(tanh(tan(x))), even powers only. 1
1, -1, 1, 47, 449, -18209, -1441087, -41192817, 2660018305, 460752070079, 21450325749889, -1057483104728337, 760394598152560705, 506532040802152000159, 99674104328764912612673 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
seq(coeff(series(factorial(n)*cos(tanh(tan(x))), x, n+1), x, n), n=0..30, 2); # Muniru A Asiru, Jul 25 2018
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[Tanh[Tan[x]]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 25 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(tanh(tan(x))))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 25 2018
CROSSREFS
Sequence in context: A126300 A012149 A106104 * A034779 A201090 A293368
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 March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)