cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A256126 Coefficients in asymptotic expansion of sequence A179327.

Original entry on oeis.org

1, 1, 3, 11, 50, 278, 1860, 14793, 138166, 1494034, 18422609, 255359957, 3929301362, 66412322717, 1222216175058, 24314268876147, 519701698551031, 11874016816562299, 288722141589331161, 7442890569982739838, 202733505298293899570, 5817564888930184685708
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 15 2015

Keywords

Examples

			A179327(n) / (n-1)! ~ 1 + 1/n + 3/n^2 + 11/n^3 + 50/n^4 + 278/n^5 + 1860/n^6 + ...
		

Crossrefs

Formula

a(k) ~ (k-1)! / (log(2))^k.