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!)
A118082 Number of partitions of n such that largest part k occurs floor(k/2) times. 2
1, 0, 1, 2, 2, 3, 3, 4, 5, 6, 8, 10, 12, 15, 19, 22, 27, 32, 39, 45, 54, 63, 75, 87, 102, 118, 139, 160, 186, 214, 248, 284, 328, 375, 430, 490, 561, 637, 727, 824, 935, 1058, 1199, 1352, 1528, 1720, 1938, 2177, 2448, 2743, 3079, 3445, 3856, 4307, 4813, 5365, 5985 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Also number of partitions of n such that if the number of parts is k, then the smallest part is floor(k/2). Example: a(8)=5 because we have [7,1],[6,1,1],[5,2,1],[4,3,1] and [2,2,2,2].
LINKS
FORMULA
G.f.=sum(x^(k*floor(k/2))/product(1-x^j, j=1..k-1), k=1..infinity).
EXAMPLE
a(8)=5 because we have [4,4],[3,2,2,1],[3,2,1,1,1],[3,1,1,1,1,1] and [2,1,1,1,1,1,1].
MAPLE
g:=sum(x^(k*floor(k/2))/product(1-x^j, j=1..k-1), k=1..15): gser:=series(g, x=0, 65): seq(coeff(gser, x, n), n=0..60);
CROSSREFS
Sequence in context: A005686 A328675 A365072 * A120160 A017980 A064650
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Apr 12 2006
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)