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.

A241064 Number of partitions p of n into distinct parts such that max(p) > 1 + 2*min(p).

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 1, 2, 4, 4, 6, 8, 11, 13, 16, 21, 26, 32, 38, 45, 56, 66, 79, 94, 110, 128, 151, 178, 207, 240, 277, 320, 370, 426, 488, 561, 642, 732, 834, 948, 1079, 1225, 1388, 1570, 1774, 2002, 2254, 2540, 2856, 3206, 3598, 4034, 4516, 5050, 5642, 6298
Offset: 0

Views

Author

Clark Kimberling, Apr 16 2014

Keywords

Examples

			a(10) counts these 6 partitions:  91, 82, 721, 631, 541, 4321
		

Crossrefs

Programs

Formula

a(n) + A241061(n) + A241062(n) = A000009(n) for n >= 1.
a(n) = A241037(n) - A241062(n) for n>= 0.