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!)
A009067 Expansion of e.g.f. cos(tan(sinh(x))), even terms only. 1
1, -1, -11, -253, -9911, -567449, -42551299, -3661191381, -252072060911, 34332471915599, 34386811167577477, 19519494372343282899, 10751436426722565995609, 6281979864370292158301879 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[Tan[Sinh[x]]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 24 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(cos(tan(sinh(x))))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 24 2018
CROSSREFS
Sequence in context: A346896 A012154 A009055 * A128683 A292335 A177912
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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)