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!)
A350908 Triangle read by rows: T(n,k) is the number of digraphs on n unlabeled unisolated nodes with k arcs, k = 0..n*(n-1). 4
0, 0, 1, 1, 0, 0, 3, 4, 4, 1, 1, 0, 0, 1, 9, 23, 37, 47, 38, 27, 13, 5, 1, 1, 0, 0, 0, 3, 34, 116, 331, 669, 1128, 1477, 1665, 1489, 1154, 707, 379, 154, 61, 16, 5, 1, 1, 0, 0, 0, 1, 15, 134, 664, 2535, 7796, 19719, 42193, 77324, 122960, 170317, 206983, 220768 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..2680 (rows 1..20)
EXAMPLE
Triangle begins:
[1] 0;
[2] 0, 1, 1;
[3] 0, 0, 3, 4, 4, 1, 1;
[4] 0, 0, 1, 9, 23, 37, 47, 38, 27, 13, 5, 1, 1;
...
PROG
(PARI) \\ See A054733 for G.
row(n)={Vecrev(G(n, y)-G(n-1, y), n*(n-1)+1)}
{ for(n=1, 6, print(row(n))) }
CROSSREFS
Row sums are A053598.
Column sums are A053418.
The labeled version is A054547.
Sequence in context: A132723 A260180 A057279 * A054733 A204255 A283753
KEYWORD
nonn,tabf
AUTHOR
Andrew Howroyd, Jan 28 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 2 15:07 EDT 2024. Contains 374848 sequences. (Running on oeis4.)