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!)
A012275 Expansion of e.g.f. arcsin(exp(x)*log(x+1)). 1
1, 1, 3, 6, 53, 235, 2709, 20188, 278249, 3019693, 48281695, 692436338, 12717929157, 225943945071, 4727712830281, 99660715587704, 2354596166060273, 57197420701626009, 1511830772603161339 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f. = x + x^2/2! + 3*x^3/3! + 6*x^4/4! + 53*x^5/5! + ...
MAPLE
seq(coeff(series(factorial(n)*arcsin(exp(x)*log(x+1)), x, n+1), x, n), n = 0 .. 20); # Muniru A Asiru, Oct 28 2018
MATHEMATICA
With[{nn = 30}, CoefficientList[Series[ArcSin[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(asin(exp(x)*log(x+1)))) \\ G. C. Greubel, Oct 28 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Arcsin(Exp(x)*Log(x+1)) )); [Factorial(n)*b[n]: n in [1..m-1]]; // G. C. Greubel, Oct 28 2018
CROSSREFS
Sequence in context: A056447 A056437 A309320 * A067608 A023177 A132474
KEYWORD
nonn
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 April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)