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.

A383260 Expansion of e.g.f. f(x) * exp(f(x)), where f(x) = (exp(3*x) - 1)/3.

Original entry on oeis.org

0, 1, 5, 30, 211, 1691, 15126, 148975, 1599401, 18563832, 231317677, 3076301471, 43448641176, 648950825173, 10212710942609, 168797691270438, 2921824286030527, 52833169082034839, 995732022426733782, 19519908917429511307, 397294691005861642805, 8381466690394292755896
Offset: 0

Views

Author

Seiichi Manyama, Apr 21 2025

Keywords

Crossrefs

Programs

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

Formula

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