login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A322855
Number of compositions (ordered partitions) of n into heptagonal pyramidal numbers (A002413).
3
1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 14, 18, 23, 29, 36, 44, 53, 64, 78, 97, 121, 151, 188, 233, 287, 352, 431, 530, 654, 809, 1002, 1241, 1535, 1895, 2335, 2876, 3544, 4371, 5396, 6666, 8237, 10176, 12564, 15504, 19126, 23594, 29111, 35928
OFFSET
0,9
FORMULA
G.f.: 1/(1 - Sum_{k>=1} x^(k*(k+1)*(5*k-2)/6)).
MATHEMATICA
nmax = 54; CoefficientList[Series[1/(1 - Sum[x^(k (k + 1) (5 k - 2)/6), {k, 1, nmax}]), {x, 0, nmax}], x]
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 29 2018
STATUS
approved