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.

A369342 Number of compositions (ordered partitions) of n into squares not greater than sqrt(n).

This page as a plain text file.
%I A369342 #4 Jan 22 2024 05:55:29
%S A369342 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,95,131,181,250,345,476,657,907,1252,
%T A369342 1728,2385,3292,4544,6272,8657,11949,16493,22765,31422,43371,59864,
%U A369342 82629,114051,157422,217286,299915,413966,571388,788674,1088589,1502555
%N A369342 Number of compositions (ordered partitions) of n into squares not greater than sqrt(n).
%t A369342 Table[SeriesCoefficient[1/(1 - Sum[x^(k^2), {k, 1, Floor[n^(1/4)]}]), {x, 0, n}], {n, 0, 46}]
%Y A369342 Cf. A006456, A364526.
%K A369342 nonn
%O A369342 0,17
%A A369342 _Ilya Gutkovskiy_, Jan 20 2024