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.

A054255 Triangle T(n,k) (n >= 1, 0<=k<=n) giving number of preferential arrangements of n things beginning with k (transposed, then read by rows).

Original entry on oeis.org

1, 1, 2, 2, 5, 6, 6, 18, 25, 26, 24, 84, 134, 149, 150, 120, 480, 870, 1050, 1081, 1082, 720, 3240, 6600, 8700, 9302, 9365, 9366, 5040, 25200, 57120, 82320, 92526, 94458, 94585, 94586, 40320, 221760, 554400, 871920, 1038744, 1085364, 1091414, 1091669, 1091670
Offset: 1

Views

Author

Eugene McDonnell (Eemcd(AT)aol.com), May 05 2000

Keywords

Comments

Can be generated from Stirling_2 triangle A008277 (cf. A028246, which is intermediate between the two arrays).

Examples

			   1;
   1,  2;
   2,  5,   6;
   6, 18,  25,  26;
  24, 84, 134, 149, 150;
  ...
		

Crossrefs

Row sums give A000670. First 3 rows are A000629, A002050 = A000629 - 1, 2*A002051 = (A000629 - 2^m) (m >= 0).
Cf. A090665 (triangle with rows reversed).

Extensions

More terms from James Sellers, May 05 2000