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!)
A012468 Expansion of e.g.f. arcsin(cos(x) * log(x+1)). 0
0, 1, -1, 0, -6, 23, -135, 1288, -10164, 106661, -1257165, 15497152, -222045450, 3414340811, -56743257571, 1031328757912, -19972120728840, 414440475923689, -9175579196399001, 215060308589382272 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
x - 1/2!*x^2 - 6/4!*x^4 + 23/5!*x^5 - 135/6!*x^6 ...
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcSin[Cos[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 10 2019 *)
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(asin(cos(x)*log(x+1))))) \\ Michel Marcus, Jul 19 2018
CROSSREFS
Sequence in context: A266996 A013263 A013259 * A219168 A013260 A013266
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0) inserted and title improved by Sean A. Irvine, Jul 19 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)