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.

A322854 Number of compositions (ordered partitions) of n into hexagonal pyramidal numbers (A002412).

This page as a plain text file.
%I A322854 #6 Feb 16 2025 08:33:57
%S A322854 1,1,1,1,1,1,1,2,3,4,5,6,7,8,10,13,17,22,28,35,43,53,67,85,108,137,
%T A322854 173,217,271,340,428,540,682,861,1085,1364,1714,2155,2712,3416,4305,
%U A322854 5425,6832,8599,10821,13618,17142,21584,27182,34231,43102,54264,68311,85994
%N A322854 Number of compositions (ordered partitions) of n into hexagonal pyramidal numbers (A002412).
%H A322854 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HexagonalPyramidalNumber.html">Hexagonal Pyramidal Number</a>
%H A322854 <a href="/index/Com#comp">Index entries for sequences related to compositions</a>
%F A322854 G.f.: 1/(1 - Sum_{k>=1} x^(k*(k+1)*(4*k-1)/6)).
%t A322854 nmax = 53; CoefficientList[Series[1/(1 - Sum[x^(k (k + 1) (4 k - 1)/6), {k, 1, nmax}]), {x, 0, nmax}], x]
%Y A322854 Cf. A002412, A279222, A282582, A322340, A322798, A322802, A322853, A322855, A322856.
%K A322854 nonn
%O A322854 0,8
%A A322854 _Ilya Gutkovskiy_, Dec 29 2018