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.

A347656 Number of partitions of n into at most 5 squarefree parts.

This page as a plain text file.
%I A347656 #7 Aug 27 2023 15:46:14
%S A347656 1,1,2,3,4,6,8,10,12,15,18,21,24,29,33,39,43,51,56,65,71,81,89,101,
%T A347656 108,122,132,147,157,175,187,206,218,241,257,282,298,327,346,378,397,
%U A347656 434,457,498,520,567,595,644,671,726,759,816,848,911,949,1017,1053,1129,1172
%N A347656 Number of partitions of n into at most 5 squarefree parts.
%t A347656 Table[Count[IntegerPartitions[n,5],_?(AllTrue[#,SquareFreeQ]&)],{n,0,60}] (* _Harvey P. Dale_, Aug 27 2023 *)
%Y A347656 Cf. A005117, A073576, A308840, A347648, A347649, A347655, A347657.
%K A347656 nonn
%O A347656 0,3
%A A347656 _Ilya Gutkovskiy_, Sep 09 2021