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.

A144703 Denominators of triangle S(n,k), n>=0, 0<=k<=ceiling((3n+1)/2): S(n,k) is the coefficient of x^k in polynomial s_n(x), used to define continuous and n times differentiable sigmoidal transfer functions.

Original entry on oeis.org

2, 2, 2, 1, 2, 2, 1, 1, 1, 2, 2, 4, 1, 2, 2, 4, 2, 16, 1, 16, 1, 16, 2, 16, 2, 2, 1, 2, 1, 2, 1, 2, 2, 2, 16, 1, 4, 1, 8, 1, 4, 2, 16, 1, 2, 32, 1, 32, 1, 16, 1, 16, 2, 32, 1, 32, 2, 256, 1, 128, 1, 256, 1, 64, 1, 256, 1, 128, 2, 256, 2, 128, 1, 64, 1, 128, 1, 32, 1, 128, 2, 64, 2, 128, 2, 2
Offset: 0

Views

Author

Alois P. Heinz, Sep 19 2008

Keywords

Crossrefs

See A144702 for more information on S(n,k).

Programs

  • Maple
    seq(seq(denom(coeff(s(n)(x), x, k)), k=0..ceil((3*n+1)/2)), n=0..10);