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.

A385469 Expansion of e.g.f. 1/(1 - 3 * arctanh(x))^(1/3).

Original entry on oeis.org

1, 1, 4, 30, 312, 4224, 70176, 1384032, 31590912, 819254016, 23792039424, 764912590848, 26970073390080, 1034798724320256, 42921327875788800, 1913760046417508352, 91281373260924026880, 4637755280044146032640, 250054580636566927441920, 14259891701316651909120000
Offset: 0

Views

Author

Seiichi Manyama, Jun 30 2025

Keywords

Crossrefs

Programs

  • PARI
    my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1-3*atanh(x))^(1/3)))

Formula

E.g.f.: 1/(1 - (3/2) * log((1+x)/(1-x)))^(1/3).
a(n) = Sum_{k=0..n} A007559(k) * A111594(n,k).