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.

Showing 1-1 of 1 results.

A308535 Expansion of e.g.f. 1/(1 - x)^log(1 + x) (even powers only).

Original entry on oeis.org

1, 2, 22, 608, 31764, 2695992, 338441112, 58961602464, 13614906576528, 4024831155397536, 1482492491866434912, 665729215100873644800, 358022910151079384324928, 227174478580352888344068480, 167941710127005880795828894080, 143087068385495604780364250426880
Offset: 0

Views

Author

Ilya Gutkovskiy, Jun 06 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 15; Table[(CoefficientList[Series[1/(1 - x)^Log[1 + x], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]

Formula

a(n) = (2*n)! * [x^(2*n)] 1/(1 - x)^log(1 + x).
Showing 1-1 of 1 results.