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.

A369341 Number of compositions (ordered partitions) of n into triangular numbers not greater than sqrt(n).

This page as a plain text file.
%I A369341 #4 Jan 22 2024 05:55:21
%S A369341 1,1,1,1,1,1,1,1,1,19,28,41,60,88,129,189,277,406,595,872,1278,1873,
%T A369341 2745,4023,5896,8641,12664,18560,27201,39865,58425,85626,125491,
%U A369341 183916,269542,395033,2823330,4343681,6682741,10281375,15817857,24335721,37440426,57601964
%N A369341 Number of compositions (ordered partitions) of n into triangular numbers not greater than sqrt(n).
%t A369341 Table[SeriesCoefficient[1/(1 - Sum[x^(k (k + 1)/2), {k, 1, Floor[(Sqrt[1 + 8 Sqrt[n]] - 1)/2]}]), {x, 0, n}], {n, 0, 43}]
%Y A369341 Cf. A023361, A364526.
%K A369341 nonn
%O A369341 0,10
%A A369341 _Ilya Gutkovskiy_, Jan 20 2024