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.

A137900 Number of partitions of 2*n into distinct products of at least two consecutive positive integers.

This page as a plain text file.
%I A137900 #5 Mar 30 2012 18:50:59
%S A137900 1,0,1,1,0,1,1,0,1,2,1,1,2,1,2,3,1,2,3,1,3,4,1,2,4,2,2,5,3,3,7,4,3,6,
%T A137900 3,5,8,4,5,8,5,5,9,6,6,12,8,6,12,8,8,13,8,8,14,10,9,16,12,10,18,13,9,
%U A137900 19,15,14,23,16,13,22,17,14,24,20,16,29,24,16,29,24,21,33,26,21,33,29,24
%N A137900 Number of partitions of 2*n into distinct products of at least two consecutive positive integers.
%C A137900 There are no partitions of odd numbers into products of two or
%C A137900 more consecutive numbers: A137899(odd) = 0.
%H A137900 R. Zumkeller, <a href="/A137900/b137900.txt">Table of n, a(n) for n = 1..250</a>
%e A137900 a(16) = #{5*6+1*2, 2*3*4+2*3+1*2, 4*5+3*4} = 3.
%Y A137900 Cf. A045619, A137899, A000009.
%K A137900 nonn
%O A137900 1,10
%A A137900 _Reinhard Zumkeller_, Feb 21 2008