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.

A366752 Expansion of e.g.f. -log(1 + x^2 * log(1 - x)).

Original entry on oeis.org

0, 0, 0, 6, 12, 40, 540, 3528, 25200, 324000, 3648960, 41690880, 622274400, 9573033600, 150465579264, 2705877820800, 51819600268800, 1028013655818240, 22086154437442560, 504188626820659200, 11997041025160396800, 301999960230701322240
Offset: 0

Views

Author

Seiichi Manyama, Dec 15 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = n!*sum(k=1, n\3, (k-1)!*abs(stirling(n-2*k, k, 1))/(n-2*k)!);

Formula

a(n) = n! * Sum_{k=1..floor(n/3)} (k-1)! * |Stirling1(n-2*k,k)|/(n-2*k)!.