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.

A171871 Triangle read by rows: Distinct classifications of N elements containing exactly R binary partitions.

This page as a plain text file.
%I A171871 #12 Nov 09 2018 20:33:59
%S A171871 1,0,1,0,0,1,0,0,1,2,0,0,0,3,3,0,0,0,3,17,6,0,0,0,1,36,74,11,0,0,0,1,
%T A171871 60,573,358,23,0,0,0,0,56,2802,7311,1631,47,0,0,0,0,50,10087,107938,
%U A171871 83170,7563,106,0,0,0,0,27,26512,1186969,3121840,866657,34751,235,0,0,0,0,19
%N A171871 Triangle read by rows: Distinct classifications of N elements containing exactly R binary partitions.
%C A171871 Significance of triangle suggested by _Franklin T. Adams-Watters_ on Dec 19 2009. Row N has N terms in this sequence. The triangle starts:
%C A171871   1;
%C A171871   0,  1;
%C A171871   0,  0,  1;
%C A171871   0,  0,  1,  2;
%C A171871   0,  0,  0,  3,  3;
%C A171871   0,  0,  0,  0,  3, 17,  6;
%C A171871   0,  0,  0,  0,  1, 36, 74, 11;
%C A171871 Value is A000055(N) when R=N-1 (last term in each row). (Conjectured by _Robert Munafo_ Dec 28 2009, then proved by _Andrew Weimholt_ and _Franklin T. Adams-Watters_ on Dec 29 2009)
%C A171871 Value is 1 when N=2^R.
%C A171871 Value is 1 when N=(2^R)-1.
%C A171871 Value is R when R>2 and N=(2^R)-2.
%C A171871 Value is A034198(R) when R>2 and N=(2^R)-3.
%C A171871 Conjecture: In general, in each column, the last 2^(R-1) values are the same as the first 2^(N-1) values from the corresponding row of A039754. - _Robert Munafo_, Dec 30 2009
%C A171871 Value is 0 for all (N,R) for which N is greater than 2^R.
%C A171871 Each term A(N,R) can be computed most efficiently by first enumerating all classifications in A(N-1,R) plus those in A(N-1,R-1), and then adding an additional type and/or partition to each.
%H A171871 R. Munafo, <a href="http://mrob.com/pub/math/seq-a005646.html">Classifications of N Elements</a>
%Y A171871 Cf. Row sums are A005646, column sums are A171832.
%Y A171871 Cf. A039754.
%Y A171871 Last term in each row is A000055(N).
%Y A171871 Same triangle read by columns is A171872.
%K A171871 nonn,tabl
%O A171871 0,10
%A A171871 _Robert Munafo_, Jan 21 2010