cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A339179 Irregular triangle read by rows: for n >= 2, 2 <= k <= floor(n/2) + 1, T(n,k) = the number of semi-meanders with n top arches, a first arch of length one and k arch groupings.

This page as a plain text file.
%I A339179 #11 Dec 09 2020 11:20:24
%S A339179 1,1,1,1,2,2,4,4,2,10,10,4,24,24,14,4,66,66,34,8,174,174,106,42,8,504,
%T A339179 504,284,98,16,1406,1406,878,390,114,16,4210,4210,2486,1002,258,32,
%U A339179 12198,12198,7738,3652,1270,290,32,37378,37378,22714,9962,3140,642,64,111278,111278,71370,34986,13370,3794,706,64
%N A339179 Irregular triangle read by rows: for n >= 2, 2 <= k <= floor(n/2) + 1, T(n,k) = the number of semi-meanders with n top arches, a first arch of length one and k arch groupings.
%F A339179 T(2,2) = T(3,2) = 1.
%F A339179 For n >= 4, T(n,2) = T(n,3) = A000682(n-2).
%F A339179 For n >= 6 and k >= 4, T(n,k) = Sum {x = k-1..floor(n/2)} (A259689(T(n-2,x))).
%F A339179 For n >= 4, A301620(n-3) = Sum {k = 4..floor((n+2)/2)} (T(n,k)).
%e A339179 For n = 6:   /\ = arch of length one;
%e A339179        /\             /\             /\             /\
%e A339179       /  \           //\\           /  \           //\\       4 with 2 groupings
%e A339179      /  /\\         //  \\         /    \         ///\\\
%e A339179     /  /  \\       //  /\\\       //\  /\\       ////\\\\
%e A339179 /\ //\//\/\\\, /\ ///\//\\\\, /\ ///\\//\\\, /\ /////\\\\\,
%e A339179          /\                                              /\
%e A339179         //\\              /\         /\                 /  \  4 with 3 groupings
%e A339179        ///\\\       /\   //\\       //\\   /\          //\  \
%e A339179 /\ /\ ////\\\\, /\ //\\ ///\\\, /\ ///\\\ //\\, /\ /\ ///\\/\\,
%e A339179            /\                                                 2 with 4 groupings
%e A339179           /  \       /\      /\
%e A339179 /\ /\ /\ //\/\\, /\ //\\ /\ //\\,             T(6,2) = 4, T(6,3) = 4, T(6,4) = 2;
%e A339179 Irregular triangle begins:
%e A339179     n\k (2) (3) (4) (5) (6)
%e A339179     2:   1
%e A339179     3:   1
%e A339179     4:   1   1
%e A339179     5:   2   2
%e A339179     6:   4   4   2
%e A339179     7:   10  10  4
%e A339179     8:   24  24  14  4
%e A339179     9:   66  66  34  8
%e A339179    10:   174 174 106 42  8
%e A339179          ...
%Y A339179 Cf. A259689, A301620, Row sums: A000682(n-1).
%K A339179 nonn,tabf
%O A339179 2,5
%A A339179 _Roger Ford_, Nov 26 2020