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!)
A009071 Expansion of e.g.f. cos(tan(x))*x, odd terms only. 1
1, -3, -35, -679, -18567, -587499, -9780459, 2502478065, 742659420913, 178572619407021, 44455465546363725, 12065488445289701385, 3615507259471920747625, 1195750896202918862106309, 433676146678880946251117189, 170620060022539628512713371809 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] cos(tan(x))*x. - Alois P. Heinz, Oct 01 2012
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Cos[Tan[x]]*x, {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Oct 01 2012 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(x*cos(tan(x)))); vector((#v-1)\2 , n, v[2*n-1]) \\ G. C. Greubel, Jul 24 2018
CROSSREFS
Sequence in context: A184554 A046032 A304191 * A093531 A129505 A185752
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
More terms from Harvey P. Dale, Oct 01 2012
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 26 12:36 EDT 2024. Contains 371997 sequences. (Running on oeis4.)