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!)
A282233 First series of Hankel determinants based on the products of neighboring Bell numbers. 0
1, 1, 6, 1055, 14606314, 33143919758680, 22267046989512672170336, 7285866264181337147045855103986688, 1781649668242877630192672905891678928849224925184, 473327995970000906910794932602675277099003301525093377217468301312, 190409117523115245360631492077956735203951134543617722726883256728186285522700472418304 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(LinearAlgebra), with(combinat):
h0:=(i, j)->bell(i+j-2)*bell(i+j-1);
seq(Determinant(Matrix(kk, kk, h0)), kk=0..10);
MATHEMATICA
Flatten[{1,
Table[Det[
Table[BellB[i + j - 2]*BellB[i + j - 1], {i, n}, {j, n}]], {n,
10}]}]
CROSSREFS
Sequence in context: A159865 A370680 A004806 * A125536 A003763 A179853
KEYWORD
nonn
AUTHOR
Karol A. Penson, Feb 09 2017
STATUS
approved

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 April 16 18:22 EDT 2024. Contains 371750 sequences. (Running on oeis4.)