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!)
A012307 Expansion of e.g.f. arctan(arcsin(x) * log(x+1)). 1
0, 0, 2, -3, 12, -40, -2, 1281, -20328, 247176, -2335878, 18296685, -30050460, -2786088240, 84018996150, -1739881819935, 29231087119920, -366680093070480, 1450522417769970, 113001315573589245 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f. = 2*x^2/2! - 3*x^3/3! + 12*x^4/4! - 40*x^5/5! + ...
MAPLE
seq(coeff(series(factorial(n)*arctan(arcsin(x)*log(x+1)), x, n+1), x, n), n = 0 .. 20); # Muniru A Asiru, Oct 25 2018
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTan[ArcSin[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 21 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0, 0], Vec(serlaplace(atan(asin(x)* log(x+1))))) \\ G. C. Greubel, Oct 25 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Arctan(Arcsin(x)*Log(x+1)) )); [0, 0] cat [Factorial(n+1)*b[n]: n in [1..m-2]]; // G. C. Greubel, Oct 25 2018
CROSSREFS
Sequence in context: A099171 A268561 A352099 * A012311 A012513 A012515
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0) and a(1) inserted and title improved by Sean A. Irvine, Jul 17 2018
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 22 22:00 EDT 2024. Contains 375369 sequences. (Running on oeis4.)