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.

A332014 Number of compositions (ordered partitions) of n into distinct hexagonal numbers.

This page as a plain text file.
%I A332014 #6 Feb 16 2025 08:33:59
%S A332014 1,1,0,0,0,0,1,2,0,0,0,0,0,0,0,1,2,0,0,0,0,2,6,0,0,0,0,0,1,2,0,0,0,0,
%T A332014 2,6,0,0,0,0,0,0,0,2,6,1,2,0,0,6,24,2,6,0,0,0,0,0,0,0,2,6,0,0,0,0,7,
%U A332014 26,0,0,0,0,2,8,6,0,0,0,0,6,24
%N A332014 Number of compositions (ordered partitions) of n into distinct hexagonal numbers.
%H A332014 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HexagonalNumber.html">Hexagonal Number</a>
%H A332014 <a href="/index/Com#comp">Index entries for sequences related to compositions</a>
%e A332014 a(22) = 6 because we have [15, 6, 1], [15, 1, 6], [6, 15, 1], [6, 1, 15], [1, 15, 6] and [1, 6, 15].
%Y A332014 Cf. A000384, A278949, A279279, A322798, A331843, A331844, A332007, A332015, A332016.
%K A332014 nonn
%O A332014 0,8
%A A332014 _Ilya Gutkovskiy_, Feb 04 2020