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!)
A191817 E.g.f. sin(arctan(log(1+x))). 0
0, 1, -1, -1, 12, -36, -120, 2148, -9744, -64572, 1454220, -8208828, -96161472, 2479373064, -15862726152, -295638678072, 8425875692160, -56585105164080, -1653901130160720, 50485379331780720, -336548011774484160, -14999134695936065280, 482781746150042834880, -2963015696186375016960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = sum(k=0..(n-1)/2, binomial(2*k,k)*2^(-2*k)*(-1)^(k)*(2*k+1)!*stirling1(n,2*k+1)), n>0.
MATHEMATICA
Table[Sum[Binomial[2 k, k] 2^(-2 k) (-1)^k * (2 k + 1)! * StirlingS1[n, 2 k + 1], {k, 0, (n - 1)/2}], {n, 0, 23}] (* Michael De Vlieger, Jul 13 2015 *)
PROG
(Maxima)
a(n):=sum(binomial(2*k, k)*2^(-2*k)*(-1)^(k)*(2*k+1)!*stirling1(n, 2*k+1), k, 0, (n-1)/2);
(PARI) x='x+O('x^33); concat([0], Vec(serlaplace(sin(atan(log(1+x)))))) \\ Joerg Arndt, Jul 13 2015
CROSSREFS
Sequence in context: A055551 A355386 A073403 * A270840 A064518 A238923
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Jun 17 2011
EXTENSIONS
Terms corrected by Anders Claesson, Jul 13 2015
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)