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.

A256124 Coefficients in asymptotic expansion of sequence A107894.

Original entry on oeis.org

1, 1, 3, 12, 65, 443, 3626, 34811, 384479, 4806098, 67109281, 1035627571, 17505788792, 321689532755, 6385033369589, 136124555962844, 3102031758758001, 75238874818446123, 1935053096953675800, 52595740530868430967, 1506344153813275882667
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 15 2015

Keywords

Examples

			A107894(n) / n! ~ 1 + 1/n + 3/n^2 + 12/n^3 + 65/n^4 + 443/n^5 + 3626/n^6 + ...
		

Crossrefs

Formula

a(k) ~ k! / (4 * (log(2))^(k+1)).