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.

Original entry on oeis.org

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, 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, 19, 15, 14, 23, 16, 13, 22, 17, 14, 24, 20, 16, 29, 24, 16, 29, 24, 21, 33, 26, 21, 33, 29, 24
Offset: 1

Views

Author

Reinhard Zumkeller, Feb 21 2008

Keywords

Comments

There are no partitions of odd numbers into products of two or
more consecutive numbers: A137899(odd) = 0.

Examples

			a(16) = #{5*6+1*2, 2*3*4+2*3+1*2, 4*5+3*4} = 3.
		

Crossrefs