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.

A347730 Number of compositions (ordered partitions) of n into at most 2 triangular numbers.

This page as a plain text file.
%I A347730 #7 Jan 06 2024 01:38:05
%S A347730 1,1,1,1,2,0,2,2,0,2,1,2,1,2,0,1,4,0,2,0,1,3,2,0,2,2,0,2,1,2,1,4,0,0,
%T A347730 2,0,3,2,2,2,0,0,3,2,0,1,4,0,2,2,0,4,0,0,0,3,3,2,2,0,2,2,0,0,2,2,3,2,
%U A347730 0,2,2,0,3,2,0,0,4,0,1,2
%N A347730 Number of compositions (ordered partitions) of n into at most 2 triangular numbers.
%F A347730 a(n) = c(n) + Sum_{k=1..n-1} c(k) * c(n-k), where c = A010054. - _Wesley Ivan Hurt_, Jan 06 2024
%Y A347730 Cf. A000217, A010054, A023361, A053603, A347731, A347732, A347733, A347734.
%K A347730 nonn,easy
%O A347730 0,5
%A A347730 _Ilya Gutkovskiy_, Sep 11 2021