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.
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
Links
- Alois P. Heinz, Rows n = 0..99, flattened
Programs
-
Maple
seq(seq(denom(T(n,k)), k=0..n), n=0..9);