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!)
A012276 Expansion of e.g.f. arctan(exp(x)*log(x+1)). 1
1, 1, 0, -12, -37, 55, 2352, 11872, -55963, -1946147, -12422168, 127425716, 4206315423, 29351640435, -573767182376, -18652736291104, -126637724451319, 4546934751296505, 146709365362329136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
E.g.f. = x + x^2/2! - 12*x^4/4! - 37*x^5/5! + 55*x^6/6! + ...
MAPLE
seq(coeff(series(factorial(n)*arctan(exp(x)*log(x+1)), x, n+1), x, n), n = 1 .. 30) # Stefano Spezia, Oct 28 2018
MATHEMATICA
With[{nn = 30}, CoefficientList[Series[ArcTan[Exp[x]*Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* G. C. Greubel, Oct 28 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(atan(exp(x)*log(x+1)))) \\ G. C. Greubel, Oct 28 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Arctan(Exp(x)*Log(x+1)) )); [Factorial(n)*b[n]: n in [1..m-1]]; // G. C. Greubel, Oct 28 2018
CROSSREFS
Sequence in context: A023731 A045285 A045270 * A045174 A044089 A044470
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 August 3 05:00 EDT 2024. Contains 374875 sequences. (Running on oeis4.)