[go: up one dir, main page]

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!)
A261214 Coefficients in an asymptotic expansion of sequence A259472. 7
1, -3, 0, -4, -33, -283, -2785, -31291, -395360, -5544754, -85427259, -1433955817, -26046643595, -509070113635, -10653941722236, -237754202827284, -5636787946661521, -141514316248243499, -3751121064314067653, -104704135027419849139, -3070176356776990397500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(k) ~ -3 * k! / (4 * (log(2))^(k+1)).
For n>0, a(n) = Sum_{k=1..n} A261239(k) * Stirling2(n-1, k-1).
EXAMPLE
A259472(n)/(-2*n!) ~ 1 - 3/n - 4/n^3 - 33/n^4 - 283/n^5 - 2785/n^6 - ...
MATHEMATICA
Flatten[{1, Table[Sum[CoefficientList[Assuming[Element[x, Reals], Series[E^(3/x)*x^3/ExpIntegralEi[1/x]^3, {x, 0, 25}]], x][[k+1]] * StirlingS2[n-1, k-1], {k, 1, n}], {n, 1, 20}]}]
CROSSREFS
Sequence in context: A309053 A052439 A261239 * A143073 A154725 A010816
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Aug 12 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 August 29 16:28 EDT 2024. Contains 375517 sequences. (Running on oeis4.)