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!)
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 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
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

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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)