A278903 Second series of Hankel determinants based on Bell numbers of argument k^2, Bell(k^2).
1, 1, 20922, 96938760190744854628604, 1039473181175725249030299777705981025900981837012416973957739853576960
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): h21:=(i, j)->bell((i+j-1)^2): seq(Determinant(Matrix(kk, kk, h21)), kk=0..6);
-
Mathematica
Table[Det[Table[BellB[(i + j - 1)^2], {i, n}, {j, n}]], {n, 5}], n=>1.
Comments