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.

A182810 Array read by antidiagonals which lists the partition number of the numbers of the table A182630.

This page as a plain text file.
%I A182810 #6 Mar 30 2012 17:34:04
%S A182810 1,1,1,2,2,1,3,5,3,1,5,11,7,3,1,7,22,15,11,5,2,11,42,30,30,15,7,1,15,
%T A182810 77,56,77,42,22,5,1,22,135,101,176,101,56,22,7,2,30,231,176,385,231,
%U A182810 135,77,30,11,3,42,385,297,792,490,297,231,101,42,15,1
%N A182810 Array read by antidiagonals which lists the partition number of the numbers of the table A182630.
%F A182810 T(n,k) = A000041(A182630(n,k)), n,k >=0.
%e A182810 ...1....1....1....1....1....2....1....1....2....3....1.
%e A182810 ...1....2....3....3....5....7....5....7...11...15....7.
%e A182810 ...2....5....7...11...15...22...22...30...42...56...42.
%e A182810 ...3...11...15...30...42...56...77..101..135..176..176.
%e A182810 ...5...22...30...77..101..135..231..297..385..490..627.
%e A182810 ...7...42...56..176..231..297..627..792.1002.1255.1958.
%p A182810 A182810 := proc(n,k) combinat[numbpart](A182630(n,k)) ; end proc:
%Y A182810 Cf. A000041, A182630, A182631, A182814.
%K A182810 nonn,easy,tabl
%O A182810 0,4
%A A182810 _Omar E. Pol_, Dec 06 2010