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.

A098124 Number of compositions of n in which the largest part is equal to the number of parts.

This page as a plain text file.
%I A098124 #12 Aug 17 2019 01:17:49
%S A098124 1,0,2,1,3,6,10,15,30,54,92,160,282,492,859,1490,2570,4428,7627,13098,
%T A098124 22421,38290,65265,111018,188475,319380,540266,912397,1538371,2589858,
%U A098124 4353820,7309362,12255474,20523307,34328731,57357184,95733131,159626049
%N A098124 Number of compositions of n in which the largest part is equal to the number of parts.
%F A098124 G.f.: Sum_{k>=1} ((x^(k+1)-x)^k - (x^k-x)^k)/(x-1)^k.
%e A098124 a(7)=10 because we have 223, 232, 322, 133, 313, 331, 1114, 1141, 1411 and 4111.
%p A098124 G:=sum(((x^(k+1)-x)^k-(x^k-x)^k)/(x-1)^k,k=1..25):Gser:=series(G,x=0,45):seq(coeff(Gser,x^n),n=1..42); # _Emeric Deutsch_, Apr 16 2005
%Y A098124 Cf. A077229, A047993.
%K A098124 easy,nonn
%O A098124 1,3
%A A098124 _Vladeta Jovovic_, Sep 25 2004
%E A098124 More terms from _Emeric Deutsch_, Apr 16 2005