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!)
A296436 Expansion of e.g.f. log(1 + arcsin(x))*exp(x). 5
0, 1, 1, 3, 0, 28, -85, 1029, -6440, 79136, -724305, 9982005, -118974856, 1858582100, -27126378357, 478338929509, -8227405849840, 162502213354272, -3209170996757057, 70409595412300877, -1566861832498793248, 37885426233247176772, -936732798302547171509, 24780850678372964078189 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: log(1 - i*log(i*x + sqrt(1 - x^2)))*exp(x), where i is the imaginary unit.
a(n) ~ -(-1)^n * sqrt(Pi) * 2^((n + 1)/2) * n^(n - 1/2) / (exp(n + sin(1)) * (1 - cos(2))^(n/2)). - Vaclav Kotesovec, Dec 21 2017
EXAMPLE
E.g.f.: A(x) = x/1! + x^2/2! + 3*x^3/3! + 28*x^5/5! - 85*x^6/6! + 1029*x^7/7! - 6440*x^8/8! + ...
MAPLE
a:=series(log(1+arcsin(x))*exp(x), x=0, 24): seq(n!*coeff(a, x, n), n=0..23); # Paolo P. Lava, Mar 27 2019
MATHEMATICA
nmax = 23; CoefficientList[Series[Log[1 + ArcSin[x]] Exp[x], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 23; CoefficientList[Series[Log[1 - I Log[I x + Sqrt[1 - x^2]]] Exp[x], {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) my(ox=O(x^30)); Vecrev(Pol(serlaplace(log(1 + asin(x + ox)) * exp(x + ox)))) \\ Andrew Howroyd, Dec 12 2017
CROSSREFS
Sequence in context: A238104 A143769 A190963 * A215588 A215683 A215586
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 12 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 June 3 13:11 EDT 2024. Contains 373060 sequences. (Running on oeis4.)