A278897 First series of Hankel determinants based on Bell numbers of argument k^2, Bell(k^2).
1, 1, 14, 146275425484, 558429168112511379835233509679413804180016
Offset: 0
Keywords
Links
- P. Blasiak, K. A. Penson and A. I. Solomon, Dobinsky-type relations and the log-normal distribution, J. Phys. A: Math. Gen. 36, L273 (2003), arXiv: quant-ph/0303030, 2003.
Programs
-
Maple
with(LinearAlgebra), with(combinat): h20:=(i,j)->bell((i+j-2)^2): seq(Determinant(Matrix(kk,kk,h20)),kk=0..6);
-
Mathematica
Table[Det[Table[BellB[(i + j - 2)^2], {i, n}, {j, n}]], {n, 6}], n=>1.
Comments