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!)
A012304 Expansion of e.g.f.: exp(arcsin(x)*log(x+1)). 1
1, 0, 2, -3, 24, -100, 808, -5439, 51800, -469008, 5292162, -59508075, 782885532, -10464052248, 157781733198, -2437533390915, 41504137389648, -726658147836384, 13799849799221682, -269818493378847219 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f. = 1 + 2*x^2/2! - 3*x^3/3! + 24*x^4/4! - 100*x^5/5! + ...
MAPLE
seq(coeff(series(factorial(n)*exp(arcsin(x)*log(x+1)), x, n+1), x, n), n = 0 .. 20); # Muniru A Asiru, Oct 26 2018
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[ArcSin[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 27 2017 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(exp(asin(x)*log(x+1)))) \\ G. C. Greubel, Oct 25 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Exp(Arcsin(x)*Log(x+1)) )); [Factorial(n-1)*b[n]: n in [1..m-1]]; // G. C. Greubel, Oct 25 2018
CROSSREFS
Sequence in context: A157327 A174073 A009231 * A047157 A353165 A003221
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, May 27 2017
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)