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!)
A012899 E.g.f.: exp(arcsin(x)+log(x+1)). 1
1, 2, 3, 5, 13, 45, 205, 1115, 7305, 54305, 464425, 4380675, 46230925, 528514025, 6635260125, 89124741875, 1297262292625, 20019445694625, 331450831284625, 5777919619047875, 107221860383503125, 2083573516715965625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Recurrence: 3*a(n) = a(n-1) + (3*n^2-15*n+22)*a(n-2) + 2*(n^2-8*n+17)*a(n-3). - Vaclav Kotesovec, Oct 07 2012
EXAMPLE
exp(arcsin(x)+log(x+1))=1+2*x+3/2!*x^2+5/3!*x^3+13/4!*x^4+45/5!*x^5...
MATHEMATICA
Table[n!*SeriesCoefficient[E^(ArcSin[x]+Log[x+1]), {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 07 2012 *)
PROG
(PARI) x='x+O('x^66); Vec(serlaplace(exp(asin(x)+log(x+1)))) \\ Joerg Arndt, May 04 2013
CROSSREFS
Sequence in context: A042445 A332060 A048634 * A215102 A110364 A111288
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 July 27 02:56 EDT 2024. Contains 374636 sequences. (Running on oeis4.)