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.

A293562 Column 4 of A142249.

Original entry on oeis.org

4, 65, 566, 3710, 20756, 105299, 500862, 2278936, 10046620, 43280341, 183278902, 766153042, 3171277460, 13027450455, 53203165950, 216290270892, 876183166140, 3539559610905, 14267986165270, 57416955957350, 230750092893524, 926388737476955, 3716144413352126
Offset: 4

Views

Author

Vaclav Kotesovec, Oct 12 2017

Keywords

Crossrefs

Cf. A142249.

Programs

  • Mathematica
    Table[(CoefficientList[Simplify[(1-x)^n * PolyLog[-n, 2, x] / (x*Log[1-x])], x]/.x->1-E)[[4]], {n, 5, 20}]

Formula

a(n) ~ 5 * 4^n / 6.