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.

A367490 Expansion of e.g.f. -x * log(4 - 3*exp(x)).

Original entry on oeis.org

0, 0, 6, 36, 336, 4380, 73080, 1481844, 35320992, 966875724, 29874822600, 1028081942052, 38985534525168, 1614899447153148, 72543518616692760, 3512306387815898580, 182320857226312198464, 10100520471366488756652, 594804877105749056467560
Offset: 0

Views

Author

Seiichi Manyama, Nov 19 2023

Keywords

Crossrefs

Programs

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

Formula

a(n) = n * Sum_{k=1..n-1} 3^k * (k-1)! * Stirling2(n-1,k).