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.

A272867 Triangle read by rows, T(n,k) = GegenbauerC(m,-n,-2) where m = k if k=0 and 0<=k<=2n.

Original entry on oeis.org

1, 1, 4, 1, 1, 8, 18, 8, 1, 1, 12, 51, 88, 51, 12, 1, 1, 16, 100, 304, 454, 304, 100, 16, 1, 1, 20, 165, 720, 1770, 2424, 1770, 720, 165, 20, 1, 1, 24, 246, 1400, 4815, 10224, 13236, 10224, 4815, 1400, 246, 24, 1
Offset: 0

Views

Author

Peter Luschny, May 08 2016

Keywords

Examples

			                                  1;
                            1,    4,  1;
                         1, 8,   18,  8, 1;
                    1, 12, 51,   88,  51, 12, 1;
              1, 16, 100, 304,  454,  304, 100, 16, 1;
        1, 20, 165, 720, 1770, 2424,  1770, 720, 165, 20, 1;
1, 24, 246, 1400, 4815, 10224, 13236, 10224, 4815, 1400, 246, 24, 1;
		

Crossrefs

Programs

  • Maple
    T := (n,k) -> simplify(GegenbauerC(`if`(k
    				
  • Mathematica
    T[n_, k_]:=If[n<1, 1, If[kIndranil Ghosh, Apr 03 2017 *)

Formula

T(n,n) = A081671(n) for n>=0.
T(n+1,n+2)/(n+1) = A005572(n) for n>=0.