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.

A361494 Expansion of e.g.f. 1/(1 - log(2 - exp(x))).

Original entry on oeis.org

1, -1, 0, 0, -2, -10, -62, -518, -5042, -55914, -700982, -9801022, -151141850, -2548546130, -46648614014, -921144036486, -19518279101570, -441740723440186, -10635049333176902, -271391755745104334, -7317268150934309162, -207850529950047641250
Offset: 0

Views

Author

Seiichi Manyama, May 11 2023

Keywords

Crossrefs

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[1/(1-Log[2-Exp[x]]),{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Aug 04 2025 *)
  • PARI
    my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-log(2-exp(x)))))

Formula

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