The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A009753 Expansion of tan(x)/(1+x). 1
0, 1, -2, 8, -32, 176, -1056, 7664, -61312, 559744, -5597440, 61925632, -743107584, 9682766848, -135558735872, 2035284795392, -32564556726272, 553807329689600, -9968531934412800, 189431195638956032, -3788623912779120640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ n! * (-1)^(n+1) * tan(1). - Vaclav Kotesovec, Jan 24 2015
MAPLE
G(x):= tan(x)/(1+x): f[0]:=G(x): for n from 1 to 21 do f[n]:=diff(f[n-1], x) od: x:=0: seq(f[n], n=0..20); # Zerinvary Lajos, Apr 03 2009
MATHEMATICA
CoefficientList[Series[Tan[x]/(1 + x), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(tan(x)/(1+x)))) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
Cf. A049471 (tan(1)).
Sequence in context: A137975 A051636 A081561 * A141202 A081358 A294506
KEYWORD
sign,easy
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 May 14 04:33 EDT 2024. Contains 372528 sequences. (Running on oeis4.)