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.

A344217 Expansion of e.g.f. log(1 + (1/(1-x)^4 - 1)/4).

Original entry on oeis.org

0, 1, 4, 17, 69, 204, -330, -12510, -110250, -42840, 16760520, 332942400, 3258208800, -13239903600, -1299112214400, -28283225770800, -232265443410000, 6756753459456000, 338710300424496000, 7139034325607184000, 19827438602379408000, -4654590583125843360000
Offset: 0

Views

Author

Vaclav Kotesovec, May 12 2021

Keywords

Crossrefs

Column k=4 of A308497.

Programs

  • Mathematica
    nmax = 25; CoefficientList[Series[Log[1 + (1/(1 - x)^4 - 1)/4], {x, 0, nmax}], x] * Range[0, nmax]!

Formula

a(n) ~ -2*(n-1)! * cos(n*arctan(1/(1 - sqrt(2)*3^(1/4)))) / (1 + 1/sqrt(3) - sqrt(2)/3^(1/4))^(n/2).