login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098125 Number of compositions of n where the largest part is less than the number of parts. 2
0, 1, 1, 4, 8, 17, 38, 83, 174, 367, 771, 1606, 3324, 6849, 14054, 28743, 58605, 119161, 241717, 489345, 988945, 1995604, 4021710, 8095815, 16281400, 32716231, 65694106, 131833462, 264423116, 530128036, 1062424867, 2128513095 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
G.f.: Sum_{k>=0} ((x^k-x)/(x-1))^k.
EXAMPLE
a(5)=8 because we have 1112, 1121, 1211, 2111, 122, 212, 221 and 11111.
MAPLE
G:=sum(((x^k-x)/(x-1))^k, k=0..45): Gser:=series(G, x=0, 40): seq(coeff(Gser, x^n), n=1..36); # Emeric Deutsch, Apr 16 2005
CROSSREFS
Sequence in context: A115618 A019479 A084814 * A335274 A296399 A119471
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Sep 25 2004
EXTENSIONS
More terms from Emeric Deutsch, Apr 16 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)