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.

A363276 Number of partitions of n such that 4*(least part) <= greatest part.

This page as a plain text file.
%I A363276 #13 May 27 2023 10:33:05
%S A363276 0,0,0,0,1,2,4,7,12,19,29,42,61,85,119,161,217,288,380,496,643,826,
%T A363276 1055,1340,1695,2129,2663,3316,4113,5084,6260,7681,9394,11456,13929,
%U A363276 16892,20428,24646,29658,35618,42669,51021,60872,72496,86165,102239,121078,143171,168995,199187,234380,275414
%N A363276 Number of partitions of n such that 4*(least part) <= greatest part.
%F A363276 G.f.: Sum_{i>=1} Sum_{j>=0} x^(5*i+j) /Product_{k=i..4*i+j} (1-x^k).
%Y A363276 Cf. A237821, A363211.
%Y A363276 Cf. A237826, A363076.
%K A363276 nonn
%O A363276 1,6
%A A363276 _Seiichi Manyama_, May 27 2023