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.

A081103 Alternating sum of first three Stirling numbers of the first kind.

Original entry on oeis.org

0, 1, -4, 18, -95, 584, -4123, 32969, -294992, 2922956, -31791716, 376719892, -4832017320, 66713229192, -986611705584, 15561976320144, -260804276106624, 4628322010931328, -86710491660063744, 1710290952899283456, -35427639035553292800, 768970029545198092800
Offset: 0

Views

Author

Paul Barry, Mar 05 2003

Keywords

Crossrefs

Formula

a(n) = s(n, 1)-s(n, 2)+s(n, 3), s(n, m)= signed Stirling numbers of the first kind.
E.g.f.: (1+x)^(-1)*(log(1+x)-log(1+x)^2/2+log(1+x)^3/6).