A078938 Cube of lower triangular matrix of A056857 (successive equalities in set partitions of n).
1, 3, 1, 12, 6, 1, 57, 36, 9, 1, 309, 228, 72, 12, 1, 1866, 1545, 570, 120, 15, 1, 12351, 11196, 4635, 1140, 180, 18, 1, 88563, 86457, 39186, 10815, 1995, 252, 21, 1, 681870, 708504, 345828, 104496, 21630, 3192, 336, 24, 1, 5597643, 6136830, 3188268
Offset: 0
Examples
Rows: 1, 3,1, 12,6,1, 57,36,9,1, 309,228,72,12,1, 1866,1545,570,120,15,1, 12351,11196,4635,1140,180,18,1, ...
Crossrefs
Programs
-
PARI
m=matpascal(5)-matid(6); pe=matid(6)+m/1! + m^2/2!+m^3/3!+m^4/4!+m^5/5! ; A = pe^3 - Gottfried Helms, Apr 08 2007
Formula
PE=exp(matpascal(5))/exp(1); A = PE^3; a(n)= A[ n,sequentially read ] with exact integer arithmetic: PE=exp(matpascal(5)-matid(6)); A = PE^3; a(n)=A[ n,sequentially read] - Gottfried Helms, Apr 08 2007
Extensions
Entry revised by N. J. A. Sloane, Apr 25 2007
Comments