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.

A101818 Triangle read by rows: (1/n)*T(n,h), where T(n,h) is the array in A101817.

This page as a plain text file.
%I A101818 #18 Jan 04 2022 14:15:26
%S A101818 1,1,1,1,6,2,1,21,36,6,1,60,300,240,24,1,155,1800,3900,1800,120,1,378,
%T A101818 9030,42000,50400,15120,720,1,889,40572,357210,882000,670320,141120,
%U A101818 5040,1,2040,169400,2610720,11677680,17781120,9313920,1451520,40320
%N A101818 Triangle read by rows: (1/n)*T(n,h), where T(n,h) is the array in A101817.
%C A101818 Column 2 is A066524.
%C A101818 T(n,h) is the number of partial functions f:{1,2,...,n-1}->{1,2,...,n-1} such that |Image(f)| = h-1.  Equivalently T(n,h) = |D_h(a)| where D_h(a) is Green's D-class containing a, with a in the semigroup of partial transformations on [n-1] and rank(a) = h-1. - _Geoffrey Critzer_, Jan 02 2022
%D A101818 O. Ganyushkin and V. Mazorchuk, Classical Finite Transformation Semigroups, 2009, page 61.
%F A101818 T(n, h) = (1/n)*C(n, h)*U(n, h), where U(n, h) is the array in A019538.
%F A101818 T(n, h) = Stirling2(n,h)*(n-1)!/(n-h)!. - _Geoffrey Critzer_, Jan 02 2022
%e A101818 First rows:
%e A101818 1
%e A101818 1 1
%e A101818 1 6 2
%e A101818 1 21 36 6
%t A101818 Table[Table[StirlingS2[n, k] (n-1)!/(n - k)!, {k, 1, n}], {n, 1,
%t A101818    6}] // Grid (* _Geoffrey Critzer_, Jan 02 2022 *)
%Y A101818 Cf. A019538, A066524, A090657, A101817, A101819, A101820, A101821, A000169 (row sums).
%K A101818 nonn,tabl
%O A101818 1,5
%A A101818 _Clark Kimberling_, Dec 17 2004
%E A101818 Offset changed to 1 by _Alois P. Heinz_, Jan 03 2022