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.

A265954 Coefficients in asymptotic expansion of sequence A265950.

Original entry on oeis.org

1, 1, 2, 10, 56, 394, 3332, 32782, 368072, 4651666, 65440748, 1015205974, 17225810768, 317432262298, 6313880504564, 134828046043486, 3076458785723864, 74696205255843490, 1922729345267645180, 52297599798809376358, 1498690940537194229600
Offset: 0

Views

Author

Vaclav Kotesovec, Dec 19 2015

Keywords

Examples

			A265950(n) / n! ~ 1 + 1/n + 2/n^2 + 10/n^3 + 56/n^4 + 394/n^5 + 3332/n^6 + ...
		

Crossrefs

Formula

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