login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088729 Matrix product of Stirling2-triangle A008277(n,k) and unsigned Lah-triangle |A008297(n,k)|. 2

%I #13 May 05 2019 03:23:30

%S 1,3,1,13,9,1,75,79,18,1,541,765,265,30,1,4683,8311,3870,665,45,1,

%T 47293,100989,59101,13650,1400,63,1,545835,1362439,960498,278901,

%U 38430,2618,84,1,7087261,20246445,16700545,5844510,1012431,92610,4494,108,1

%N Matrix product of Stirling2-triangle A008277(n,k) and unsigned Lah-triangle |A008297(n,k)|.

%C Also the Bell transform of A000670(n+1). For the definition of the Bell transform see A264428. - _Peter Luschny_, Jan 26 2016

%C Also the number of k-dimensional flats of the n-dimensional Catalan arrangement. - _Shuhei Tsujie_, May 05 2019

%H N. Nakashima and S. Tsujie, <a href="https://arxiv.org/abs/1904.09748">Enumeration of Flats of the Extended Catalan and Shi Arrangements with Species</a>, arXiv:1904.09748 [math.CO], 2019.

%F E.g.f.: exp((exp(x)-1)*y/(2-exp(x))).

%p # The function BellMatrix is defined in A264428.

%p # Adds (1, 0, 0, 0, ..) as column 0.

%p BellMatrix(n -> add(combinat:-eulerian1(n+1, k)*2^k, k=0..n+1), 9); # _Peter Luschny_, Jan 26 2016

%t BellMatrix[f_, len_] := With[{t = Array[f, len, 0]}, Table[BellY[n, k, t], {n, 0, len - 1}, {k, 0, len - 1}]];

%t rows = 12;

%t B = BellMatrix[Function[n, HurwitzLerchPhi[1/2, -n-1, 0]/2], rows];

%t Table[B[[n, k]], {n, 2, rows}, {k, 2, n}] // Flatten (* _Jean-François Alcover_, Jun 27 2018, after _Peter Luschny_ *)

%Y Cf. A000670(first column), A075729(row sums).

%K nonn,tabl

%O 1,2

%A _Vladeta Jovovic_, Nov 22 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 24 20:53 EDT 2024. Contains 375417 sequences. (Running on oeis4.)