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!)
A361588 Triangle read by rows: T(n,k) is the number of digraphs on n unlabeled nodes with k strongly connected components and without isolated nodes. 4
1, 0, 0, 0, 1, 1, 0, 5, 4, 4, 0, 83, 57, 37, 25, 0, 5048, 2411, 1110, 550, 271, 0, 1047008, 325015, 101467, 37140, 15024, 5682, 0, 705422362, 136887749, 27765860, 7139149, 2259378, 780314, 237684, 0, 1580348371788, 183852357683, 23088181536, 3923330808, 907186816, 258971872, 78716548, 20042357 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
T(n,k) = A361582(n,k) - A361582(n-1,k-1).
EXAMPLE
Triangle begins:
1;
0, 0;
0, 1, 1;
0, 5, 4, 4;
0, 83, 57, 37, 25;
0, 5048, 2411, 1110, 550, 271;
0, 1047008, 325015, 101467, 37140, 15024, 5682;
...
PROG
(PARI) \\ See PARI link in A350794 for program code.
{ my(A=A361588triang(6)); for(n=1, #A, print(A[n])) }
CROSSREFS
Column k=1 is A035512.
Main diagonal is A361589.
Row sums are A053598.
Sequence in context: A019179 A206568 A361587 * A304656 A354209 A220248
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 August 19 10:34 EDT 2024. Contains 375284 sequences. (Running on oeis4.)