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!)
A009039 Expansion of E.g.f. cos(sin(tan(x))), even powers only. 1
1, -1, -3, 27, 2425, 143031, 8956533, 618394579, 46232494321, 3608163168111, 254307747662573, -15725973912655477, -32163339922362247575, -26444005741558393208281, -19705272022676306432282267 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
With[{nmax = 60}, CoefficientList[Series[Cos[Sin[Tan[x]]], {x, 0, nmax}], x]*Range[0, nmax]!][[1 ;; -1 ;; 2]] (* G. C. Greubel, Jul 22 2018 *)
PROG
(PARI) x='x+O('x^60); v=Vec(serlaplace(cos(sin(tan(x))))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 22 2018
CROSSREFS
Sequence in context: A184278 A158113 A078233 * A137092 A122215 A122217
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 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)