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

%I #26 Feb 13 2018 03:12:34

%S 0,1,-2,8,-32,176,-1056,7664,-61312,559744,-5597440,61925632,

%T -743107584,9682766848,-135558735872,2035284795392,-32564556726272,

%U 553807329689600,-9968531934412800,189431195638956032,-3788623912779120640

%N Expansion of tan(x)/(1+x).

%H G. C. Greubel, <a href="/A009753/b009753.txt">Table of n, a(n) for n = 0..445</a>

%F a(n) ~ n! * (-1)^(n+1) * tan(1). - _Vaclav Kotesovec_, Jan 24 2015

%p 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

%t CoefficientList[Series[Tan[x]/(1 + x), {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Jan 24 2015 *)

%o (PARI) x='x+O('x^30); concat([0], Vec(serlaplace(tan(x)/(1+x)))) \\ _G. C. Greubel_, Feb 12 2018

%Y Cf. A049471 (tan(1)).

%K sign,easy

%O 0,3

%A _R. H. Hardin_

%E Extended with signs by _Olivier GĂ©rard_, Mar 15 1997

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 June 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)