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.

A216718 Triangle read by rows: number of circular permutations of [1..n] with k progressions of rise 1, distance 1 and length 3 (n >= 3, k >= 0).

Original entry on oeis.org

1, 1, 1, 5, 0, 1, 20, 3, 0, 1, 102, 14, 3, 0, 1, 627, 72, 17, 3, 0, 1, 4461, 468, 87, 20, 3, 0, 1, 36155, 3453, 582, 103, 23, 3, 0, 1, 328849, 28782, 4395, 704, 120, 26, 3, 0, 1, 3317272, 267831, 37257, 5435, 834, 138, 29, 3, 0, 1
Offset: 2

Views

Author

N. J. A. Sloane, Sep 15 2012

Keywords

Examples

			Triangle begins:
        1;
        1,      1; [this is row n=3]
        5,      0,     1;
       20,      3,     0,    1;
      102,     14,     3,    0,   1;
      627,     72,    17,    3,   0,   1;
     4461,    468,    87,   20,   3,   0,  1;
    36155,   3453,   582,  103,  23,   3,  0, 1;
   328849,  28782,  4395,  704, 120,  26,  3, 0, 1;
  3317272, 267831, 37257, 5435, 834, 138, 29, 3, 0, 1;
  ...
		

References

  • Wayne M. Dymacek, Isaac Lambert and Kyle Parsons, Arithmetic Progressions in Permutations, http://math.ku.edu/~ilambert/CN.pdf, 2012.

Crossrefs

Extensions

a(2,0)=1 added by N. J. A. Sloane, Apr 16 2021