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.

A176210 Triangle read by rows in which row n (n>=3) lists those partitions of n with every part > 2.

This page as a plain text file.
%I A176210 #10 Sep 08 2022 08:45:52
%S A176210 3,4,5,6,3,3,7,4,3,8,5,3,4,4,9,6,3,5,4,3,3,3,10,7,3,6,4,5,5,4,3,3,11,
%T A176210 8,3,7,4,6,5,5,3,3,4,4,3,12,9,3,8,4,7,5,6,6,6,3,3,5,4,3,4,4,4,3,3,3,3,
%U A176210 13,10,3,9,4,8,5,7,6,7,3,3,6,4,3,5,5,3,5,4,4,4,3,3,3
%N A176210 Triangle read by rows in which row n (n>=3) lists those partitions of n with every part > 2.
%C A176210 Each partition is listed in nonincreasing order.
%C A176210 The partitions in each row are listed in decreasing lexicographic order.
%C A176210 Also the numbers of vertices of the connected components of the 2-regular simple graphs on n vertices.
%H A176210 J. S. Kimberley, <a href="/A176210/b176210.txt">Rows 3..39 of A176210 triangle, flattened</a> [b-file corrected by _N. J. A. Sloane_, Oct 05 2010]
%e A176210 For n in {0,1,2} there are no parts; so those rows are empty.
%e A176210 3 (one partition only)
%e A176210 4 (one partition only)
%e A176210 5 (one partition only)
%e A176210 6; 3, 3
%e A176210 7; 4, 3
%e A176210 8; 5, 3; 4, 4
%e A176210 9; 6, 3; 5, 4; 3, 3, 3
%e A176210 10; 7, 3; 6, 4; 5, 5; 4, 3, 3
%e A176210 11; 8, 3; 7, 4; 6, 5; 5, 3, 3; 4, 4, 3
%e A176210 12; 9, 3; 8, 4; 7, 5; 6, 6; 6, 3, 3; 5, 4, 3; 4, 4, 4; 3, 3, 3, 3
%e A176210 13; 10, 3; 9, 4; 8, 5; 7, 6; 7, 3, 3; 6, 4, 3; 5, 5, 3; 5, 4, 4; 4, 3, 3, 3
%o A176210 (Magma) &cat[ &cat RestrictedPartitions(n,{3..n}):n in [1..13]];
%Y A176210 The number of partitions in each row is A008483.
%Y A176210 The length of each row is A177739.
%Y A176210 The same ordering is used in A080577 and A138136 (for other orderings see A036036 and A036037).
%K A176210 easy,nonn,tabf
%O A176210 3,1
%A A176210 _Vladimir Shevelev_, Apr 12 2010
%E A176210 Extensively edited by _Jason Kimberley_, May 13 2010