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.

A144860 Denominators of triangle T(n,k), n>=0, 0<=k<=n, read by rows: T(n,k) is the coefficient of x^(2k+1) in polynomial v_n(x), used to approximate x->sin(Pi*x)/Pi.

Original entry on oeis.org

1, 1, 1, 1, 7, 7, 1, 87, 29, 87, 1, 2047, 2047, 2047, 2047, 1, 15731, 78655, 15731, 15731, 78655, 1, 4439935, 887987, 4439935, 887987, 4439935, 4439935, 1, 49239241, 49239241, 344674687, 49239241, 49239241, 49239241, 344674687, 1, 35162451967
Offset: 0

Views

Author

Alois P. Heinz, Sep 23 2008

Keywords

Crossrefs

See A144859 for more information on T(n,k). Column k=0 gives: A000012.

Programs

  • Maple
    seq(seq(denom(T(n,k)), k=0..n), n=0..9);