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!)
A117953 Number of partitions of n into odd parts and such that parts having size k occur at most k times. 0
1, 1, 0, 1, 1, 1, 2, 2, 2, 3, 4, 4, 4, 5, 7, 8, 9, 10, 12, 14, 16, 19, 21, 24, 28, 32, 36, 41, 47, 53, 59, 67, 76, 85, 96, 108, 121, 135, 151, 169, 188, 210, 235, 261, 289, 322, 357, 395, 438, 485, 536, 592, 654, 721, 795, 876, 963, 1059, 1165, 1279, 1405, 1541, 1688, 1851 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
G.f.=product((1-x^(2k(2k-1)))/(1-x^(2k-1)), k=1..infinity).
EXAMPLE
a(10)=4 because we have [9,1],[7,3],[5,5] and [3,3,3,1].
MAPLE
g:=product((1-x^(2*k*(2*k-1)))/(1-x^(2*k-1)), k=1..50): gser:=series(g, x=0, 70): seq(coeff(gser, x, n), n=0..67);
CROSSREFS
Sequence in context: A112176 A112205 A369573 * A128331 A084827 A251631
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Apr 05 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)