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.

A369784 Expansion of e.g.f. exp( (exp(2*(exp(x)-1))-1)/2 ).

Original entry on oeis.org

1, 1, 4, 21, 137, 1068, 9663, 99249, 1137858, 14373531, 198031153, 2951536030, 47270242621, 808917666365, 14720125466652, 283667520561633, 5768057979319853, 123364873473674732, 2767400573883314755, 64950007415991458989, 1591227433994704322322
Offset: 0

Views

Author

Seiichi Manyama, Feb 01 2024

Keywords

Crossrefs

Programs

  • PARI
    my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((exp(2*(exp(x)-1))-1)/2)))

Formula

a(n) = Sum_{k=0..n} Stirling2(n,k) * A004211(k).
Showing 1-1 of 1 results.