login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092322 Sum of largest parts of all partitions of n into odd parts. 10
1, 1, 4, 4, 9, 12, 19, 24, 36, 48, 64, 83, 108, 140, 179, 224, 280, 352, 432, 532, 652, 795, 960, 1160, 1392, 1669, 1992, 2368, 2804, 3320, 3908, 4592, 5388, 6300, 7349, 8560, 9940, 11524, 13340, 15401, 17752, 20436, 23472, 26920, 30840, 35256, 40252, 45900 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

a(n)=Sum(k*A116799(n,k),k>=1). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 24 2006

FORMULA

G.f.: Sum((2*n-1)*x^(2*n-1)/Product(1-x^(2*k-1), k = 1 .. n), n = 1 .. infinity).

EXAMPLE

a(5)=9 because the partitions of 5 into odd parts are [5],[3,1,1] and [1,1,1,1,1] and the largest parts add up to 5+3+1=9.

MAPLE

g:=sum((2*n-1)*x^(2*n-1)/Product(1-x^(2*k-1), k=1..n), n=1..30): gser:=series(g, x=0, 50): seq(coeff(gser, x^n), n=1..48); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 24 2006

CROSSREFS

Cf. A092314 A092269 A092309 A092321 A092313 A092310 A092311 A092268

Cf. A116799.

Sequence in context: A116682 A168157 A088190 * A050218 A165996 A098359

Adjacent sequences:  A092319 A092320 A092321 * A092323 A092324 A092325

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 15 2004

EXTENSIONS

More terms from Pab Ter (pabrlos(AT)yahoo.com), May 25 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.