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!)
A350753 Triangle read by rows: T(n,k) is the number of unlabeled strongly connected digraphs with n arcs and k vertices, n >= 0, k = 1..n+1. 4
1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 1, 0, 0, 0, 1, 4, 1, 0, 0, 0, 1, 16, 7, 1, 0, 0, 0, 0, 22, 58, 10, 1, 0, 0, 0, 0, 22, 240, 165, 14, 1, 0, 0, 0, 0, 11, 565, 1281, 365, 18, 1, 0, 0, 0, 0, 5, 928, 6063, 4838, 733, 23, 1, 0, 0, 0, 0, 1, 1065, 19591, 38516, 14661, 1317, 28, 1, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
EXAMPLE
Triangle begins:
1;
0, 0;
0, 1, 0;
0, 0, 1, 0;
0, 0, 2, 1, 0;
0, 0, 1, 4, 1, 0;
0, 0, 1, 16, 7, 1, 0;
0, 0, 0, 22, 58, 10, 1, 0;
0, 0, 0, 22, 240, 165, 14, 1, 0;
0, 0, 0, 11, 565, 1281, 365, 18, 1, 0;
PROG
(PARI) \\ See PARI link in A350489 for program code.
my(A=A350753rows(10)); for(n=1, #A, print(A[n]))
CROSSREFS
Row sums are A350752.
Column sums are A035512.
Cf. A057276 (transpose), A350450, A350489.
Sequence in context: A047998 A127841 A017847 * A091006 A350433 A373480
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Jan 14 2022
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 28 01:15 EDT 2024. Contains 375477 sequences. (Running on oeis4.)