cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A299907 Number of decomposable lonesum n X n (0,1) matrices.

This page as a plain text file.
%I A299907 #15 Oct 25 2019 18:09:50
%S A299907 1,2,16,344,13528,833432,73871416,8893109864,1394602938808,
%T A299907 275985896665592,67227147723919096,19756312865302785224,
%U A299907 6889612105281125091448,2811911251972519547757272,1327454489179890318710048056,717555570945004782603934710824
%N A299907 Number of decomposable lonesum n X n (0,1) matrices.
%H A299907 Ken Kamano, <a href="https://arxiv.org/abs/1701.07157">Lonesum decomposable matrices</a>, arXiv:1701.07157 [math.CO], 2017. Also Discrete Math., 341 (2018), 341-349.
%t A299907 a[n_] := Sum[Binomial[j - 1 , k - 1 ]*j!^2*StirlingS2[n + 1, j + 1]^2/k!, {k, 0, n}, {j, k, n}]; Table[a[n], {n, 0, 15}] (* _Jean-François Alcover_, Feb 24 2018 *)
%Y A299907 Main diagonal of A299906.
%Y A299907 See also A000629, A221961 for symmetric square lonesum matrices.
%Y A299907 See A099594 for lonesum (0,1) matrices.
%K A299907 nonn
%O A299907 0,2
%A A299907 _N. J. A. Sloane_, Feb 23 2018
%E A299907 More terms from _Jean-François Alcover_, Feb 24 2018