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!)
A256168 Coefficients in asymptotic expansion of sequence A052186. 10
1, -2, 1, -1, -9, -59, -474, -4560, -50364, -625385, -8622658, -130751886, -2163331779, -38793751015, -749691306018, -15535914341831, -343749787006758, -8089725377931547, -201801866906374263, -5319643146604299835, -147774950436327236681 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For k > 2 is a(k) negative.
LINKS
Richard J. Martin, and Michael J. Kearney, Integral representation of certain combinatorial recurrences, Combinatorica: 35:3 (2015), 309-315.
FORMULA
a(k) ~ -(k-1)! / (log(2))^k.
EXAMPLE
A052186(n) / n! ~ 1 - 2/n + 1/n^2 - 1/n^3 - 9/n^4 - 59/n^5 - 474/n^6 - ...
MATHEMATICA
nmax = 30; b = CoefficientList[Assuming[Element[x, Reals], Series[E^(2/x) / (ExpIntegralEi[1/x] + E^(1/x))^2, {x, 0, nmax}]], x]; Flatten[{1, Table[Sum[b[[k+1]]*StirlingS2[n-1, k-1], {k, 1, n}], {n, 1, nmax}]}] (* Vaclav Kotesovec, Aug 03 2015 *)
CROSSREFS
Sequence in context: A283321 A155718 A327088 * A054768 A104251 A320576
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Mar 17 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 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)