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.

A369217 Number of partitions of n into squarefree parts not greater than sqrt(n).

This page as a plain text file.
%I A369217 #4 Jan 20 2024 09:32:59
%S A369217 1,1,1,1,3,3,4,4,5,12,14,16,19,21,24,27,30,33,37,40,44,48,52,56,61,
%T A369217 156,172,189,207,226,247,268,291,315,340,367,892,973,1064,1159,1260,
%U A369217 1368,1485,1604,1735,1872,2016,2169,2333,5431,5897,6394,6923,7486,8088,8724
%N A369217 Number of partitions of n into squarefree parts not greater than sqrt(n).
%t A369217 Table[SeriesCoefficient[Product[1/(1 - Boole[SquareFreeQ[k]] x^k), {k, 1, Floor[Sqrt[n]]}], {x, 0, n}], {n, 0, 55}]
%Y A369217 Cf. A073576, A097356.
%K A369217 nonn
%O A369217 0,5
%A A369217 _Ilya Gutkovskiy_, Jan 16 2024