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.

A256125 Coefficients in asymptotic expansion of sequence A077365.

Original entry on oeis.org

1, 1, 3, 12, 67, 457, 3734, 35741, 392875, 4886114, 67924417, 1044531625, 17609980356, 322993544751, 6402464186243, 136373115537072, 3105809328600351, 75300018326324541, 1936106590359322126, 52615058519875702993, 1506721174739412743551
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 15 2015

Keywords

Examples

			A077365(n) / n! ~ 1 + 1/n + 3/n^2 + 12/n^3 + 67/n^4 + 457/n^5 + 3734/n^6 + ...
		

Crossrefs

Formula

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