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.

A101055 E.g.f.: exp(exp(x)-1)/(1-x)^3.

Original entry on oeis.org

1, 4, 20, 119, 819, 6397, 55919, 541144, 5746596, 66475311, 832418065, 11222752125, 162133146877, 2499401777680, 40960858008040, 711240364356155, 13045720176453587, 252079975222183461, 5118581045978055067, 108972887981432267708, 2427417968714846394712, 56467770394205361146187
Offset: 0

Views

Author

Karol A. Penson, Nov 29 2004

Keywords

Comments

Sequence appears in the problem of normal ordering of functions of boson operators.

Crossrefs

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Exp[x]-1]/(1-x)^3,{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Aug 11 2021 *)

Formula

a(n) = ((-1)^n*n!/e)*Sum_{k>=0} L(n,-n-3,k)/k!, where L is a generalized Laguerre polynomial.
a(n) = (1/2)*Sum_{k=0..n} binomial(n,k)*(k + 2)!*Bell(n-k), where Bell() = A000110. - Ilya Gutkovskiy, May 24 2018
a(n) ~ exp(exp(1)-1) * n^2 * n! / 2. - Vaclav Kotesovec, Jun 26 2022

Extensions

Terms after a(15) from Ilya Gutkovskiy, May 24 2018