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.

A243569 Unsigned Stirling numbers of the first kind s(n,8).

Original entry on oeis.org

1, 36, 870, 18150, 357423, 6926634, 135036473, 2681453775, 54631129553, 1146901283528, 24871845297936, 557921681547048, 12953636989943896, 311333643161390640, 7744654310169576800, 199321978221066137360
Offset: 8

Views

Author

Stanislav Sykora, Jun 06 2014

Keywords

Crossrefs

Programs

  • Mathematica
    Drop[Table[Abs[StirlingS1[n, 8]], {n, 0, 20}], 8] (* Vaclav Kotesovec, Jun 06 2014 *)
  • PARI
    abs(stirling(n,8))