The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A303869 Triangle read by rows: T(n,k) = number of noncrossing path sets on n nodes up to rotation with k paths and isolated vertices allowed. 4
1, 1, 1, 1, 1, 1, 3, 4, 2, 1, 4, 11, 8, 2, 1, 10, 34, 39, 16, 3, 1, 16, 92, 144, 90, 25, 3, 1, 36, 256, 545, 473, 197, 40, 4, 1, 64, 672, 1878, 2184, 1246, 370, 56, 4, 1, 136, 1762, 6296, 9436, 7130, 2910, 658, 80, 5, 1, 256, 4480, 20100, 38025, 36690, 19698, 6090, 1080, 105, 5, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
EXAMPLE
Triangle begins:
1;
1, 1;
1, 1, 1;
3, 4, 2, 1;
4, 11, 8, 2, 1;
10, 34, 39, 16, 3, 1;
16, 92, 144, 90, 25, 3, 1;
36, 256, 545, 473, 197, 40, 4, 1;
64, 672, 1878, 2184, 1246, 370, 56, 4, 1;
136, 1762, 6296, 9436, 7130, 2910, 658, 80, 5, 1;
...
PROG
(PARI) \\ See A303732 for NCPathSetsModCyclic
{ my(rows=Vec(NCPathSetsModCyclic(vector(10, k, y))-1));
for(n=1, #rows, for(k=1, n, print1(polcoeff(rows[n], k), ", ")); print; )}
CROSSREFS
Row sums are A303836.
Column 1 is A051437(n-3).
Sequence in context: A227216 A239678 A136374 * A081246 A264928 A323874
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, May 01 2018
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 May 22 14:42 EDT 2024. Contains 372755 sequences. (Running on oeis4.)