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!)
A013270 Expansion of e.g.f. sin(log(x+1) - arcsinh(x)). 0
0, 0, -1, 3, -6, 15, -105, 630, -1260, -6615, -4725, 103950, 19022850, -387161775, 3887158275, -49945896000, 1286674389000, -26163490728375, 376381518888375, -6290132811212250, 161471805183438750 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
-(1/2!)*x^2 + (3/3!)*x^3 - (6/4!)*x^4 + (15/5!)*x^5 - ...
MATHEMATICA
With[{nn=30}, Drop[CoefficientList[Series[Sin[Log[x+1]-ArcSinh[x]], {x, 0, nn}], x] Range[0, nn]!, 2]] (* Harvey P. Dale, May 07 2012 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(sin(log(x+1) - asinh(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
Sequence in context: A190187 A144549 A280992 * A013276 A110809 A013275
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 02 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 July 14 01:56 EDT 2024. Contains 374290 sequences. (Running on oeis4.)