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!)
A365593 Number of n X n Boolean relation matrices such that every block of its Frobenius normal form is either a 0 block or a 1 block. 3
1, 2, 13, 219, 9322, 982243, 249233239, 148346645212, 202688186994599, 624913864623500599, 4289324010827093793808, 64841661094150427710360745, 2140002760057211517052090865983, 153082134018816602622335941790247946, 23590554099141037133024176892280338280237 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A 1(0) block is such that every entry in the block is 1(0). If a Boolean relation matrix R is limit dominating then it must be that every block of R is either a 0 block or a 1 block. See Theorem 1.2 in Gregory, Kirkland, and Pullman.
Conjecture: lim_n->inf a(n)/(A003024(n)*2^n) = 1. In other words, almost all of the relations counted by this sequence have n strongly connected components. - Geoffrey Critzer, Sep 30 2023
LINKS
D. A. Gregory, S. Kirkland, and N. J. Pullman, Power convergent Boolean matrices, Linear Algebra and its Applications, Volume 179, 15 January 1993, Pages 105-117.
FORMULA
E.g.f.: D(exp(x)-1+x) where D(x) is the e.g.f. for A003024.
MATHEMATICA
nn = 12; d[x_] :=Total[Cases[Import["https://oeis.org/A003024/b003024.txt",
"Table"], {_, _}][[All, 2]]*Table[x^(i - 1)/(i - 1)!, {i, 1, 41}]];
Range[0, nn]! CoefficientList[Series[d[Exp[x] - 1 + x], {x, 0, nn}], x]
CROSSREFS
Sequence in context: A227746 A078702 A259795 * A069569 A255882 A015196
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Sep 10 2023
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 August 8 04:35 EDT 2024. Contains 375018 sequences. (Running on oeis4.)