login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A361587
Triangle read by rows: T(n,k) is the number of weakly connected digraphs on n unlabeled nodes with k strongly connected components.
3
1, 0, 1, 0, 1, 1, 0, 5, 4, 4, 0, 83, 56, 36, 24, 0, 5048, 2406, 1101, 542, 267, 0, 1047008, 324917, 101307, 37017, 14947, 5647, 0, 705422362, 136882286, 27757789, 7134897, 2257234, 779257, 237317, 0, 1580348371788, 183851281949, 23086772643, 3922864504, 907027520, 258909828, 78691767, 20035307
OFFSET
0,8
EXAMPLE
Triangle begins:
1;
0, 1;
0, 1, 1;
0, 5, 4, 4;
0, 83, 56, 36, 24;
0, 5048, 2406, 1101, 542, 267;
0, 1047008, 324917, 101307, 37017, 14947, 5647;
...
PROG
(PARI) \\ See PARI link in A350794 for program code.
{ my(A=A361587triang(6)); for(n=1, #A, print(A[n])) }
CROSSREFS
Column k=1 is A035512.
Main diagonal is A101228.
Row sums are A003085.
Sequence in context: A019102 A019179 A206568 * A361588 A304656 A354209
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Mar 16 2023
STATUS
approved