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.

A369783 Expansion of e.g.f. exp( exp(3*(exp(x)-1))-1 ).

Original entry on oeis.org

1, 3, 21, 192, 2154, 28434, 429213, 7261788, 135698268, 2769463335, 61186736415, 1452889463034, 36857766745749, 993941679586098, 28370018078000985, 853903169641805925, 27014392815958815969, 895723118730738795837, 31048284069527339602902
Offset: 0

Views

Author

Seiichi Manyama, Feb 01 2024

Keywords

Crossrefs

Programs

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

Formula

a(n) = Sum_{k=0..n} 3^k * Stirling2(n,k) * Bell(k) = Sum_{k=0..n} Stirling2(n,k) * A247452(k).