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!)
A361582 Triangle read by rows: T(n,k) is the number of digraphs on n unlabeled nodes with k strongly connected components. 4
1, 0, 1, 0, 1, 2, 0, 5, 5, 6, 0, 83, 62, 42, 31, 0, 5048, 2494, 1172, 592, 302, 0, 1047008, 330063, 103961, 38312, 15616, 5984, 0, 705422362, 137934757, 28095923, 7243110, 2297690, 795930, 243668, 0, 1580348371788, 184557780045, 23226116293, 3951426731, 914429926, 261269562, 79512478, 20286025 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
EXAMPLE
Triangle begins:
1;
0, 1;
0, 1, 2;
0, 5, 5, 6;
0, 83, 62, 42, 31;
0, 5048, 2494, 1172, 592, 302;
0, 1047008, 330063, 103961, 38312, 15616, 5984;
...
PROG
(PARI) \\ See PARI link in A350794 for program code.
{ my(A=A361582triang(6)); for(n=1, #A, print(A[n])) }
CROSSREFS
Column k=1 is A035512.
Main diagonal is A003087.
Row sums are A000273.
The labeled version is A361455.
Sequence in context: A197253 A249693 A251420 * A137421 A155524 A051111
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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)