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!)
A009043 Expansion of cos(sin(x))/cos(x), even terms only. 1
1, 0, 4, 24, 848, 25792, 1491392, 106879616, 10504954112, 1298259085312, 200164547589120, 37466482286032896, 8382720548500262912, 2208241619066995294208, 676599830605856131694592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (2*n)! * cos(1) * 4^(n+1) / Pi^(2*n+1). - Vaclav Kotesovec, Jan 22 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Cos[Sin[x]]*Sec[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(sin(x))/cos(x))); vector(#v\2, n, v[2*n-1]) \\ G. C. Greubel, Jul 23 2018
CROSSREFS
Sequence in context: A196866 A326794 A223005 * A024251 A193484 A024252
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
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 November 29 03:03 EST 2023. Contains 367422 sequences. (Running on oeis4.)