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.

A244888 Triangle of coefficients arising in study of up-down permutations.

Original entry on oeis.org

1, -2, 1, 6, -6, 1, -23, 36, -15, 1, 106, -229, 160, -37, 1, -567, 1574, -1566, 650, -93, 1, 3434, -11706, 15248, -9310, 2572, -238, 1, -23137, 93831, -151933, 123814, -52136, 10175, -616, 1
Offset: 1

Views

Author

N. J. A. Sloane, Jul 12 2014

Keywords

Comments

See Remmel (2014) for precise definition.

Examples

			Triangle begins:
       1;
      -2,      1;
       6,     -6,       1;
     -23,     36,     -15,      1;
     106,   -229,     160,    -37,      1;
    -567,   1574,   -1566,    650,    -93,     1;
    3434, -11706,   15248,  -9310,   2572,  -238,    1;
  -23137,  93831, -151933, 123814, -52136, 10175, -616, 1;
  ...
		

Crossrefs

First two columns are A125273 and A244889.