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.

A212114 Number of partitions of n into exactly 3 different parts with distinct multiplicities.

This page as a plain text file.
%I A212114 #8 Oct 17 2012 21:47:39
%S A212114 1,4,5,12,16,24,33,52,57,89,100,131,152,207,215,292,311,381,424,527,
%T A212114 535,679,714,826,901,1074,1075,1304,1361,1522,1643,1881,1900,2221,
%U A212114 2297,2517,2700,3016,3032,3478,3602,3846,4098,4513,4574,5092,5278,5568,5957,6412
%N A212114 Number of partitions of n into exactly 3 different parts with distinct multiplicities.
%H A212114 Alois P. Heinz, <a href="/A212114/b212114.txt">Table of n, a(n) for n = 10..170</a>
%e A212114 a(10) = 1: [3,2,2,1,1,1].
%e A212114 a(11) = 4: [3,2,2,1,1,1,1], [3,2,2,2,1,1], [3,3,2,1,1,1], [4,2,2,1,1,1].
%e A212114 a(12) = 5: [3,2,2,1,1,1,1,1], [3,3,2,1,1,1,1], [4,2,2,1,1,1,1], [4,2,2,2,1,1], [5,2,2,1,1,1].
%Y A212114 Column k=3 of A182485.
%K A212114 nonn
%O A212114 10,2
%A A212114 _Alois P. Heinz_, May 01 2012