The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A282207 Expansion of Product_{k>=0} (1 + (2*k + 1)*x^(2*k+1)). 1
1, 1, 0, 3, 3, 5, 5, 7, 22, 24, 30, 32, 73, 75, 91, 198, 277, 309, 339, 560, 689, 1078, 1126, 1567, 2703, 3396, 3676, 5086, 7046, 8241, 10896, 13072, 19891, 22975, 27922, 41597, 56117, 62459, 77183, 100793, 131846, 161665, 191446, 255225, 311247, 408418, 467460, 599970, 843441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Sum of products of terms in all partitions of n into distinct odd parts.
LINKS
FORMULA
G.f.: Product_{k>=0} (1 + (2*k + 1)*x^(2*k+1)).
EXAMPLE
a(10) = 30 because we have [9, 1], [7, 3], 9*1 = 9, 7*3 = 21 and 9 + 21 = 30.
MATHEMATICA
nmax = 48; CoefficientList[Series[Product[1 + (2 k + 1) x^(2 k + 1), {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A051593 A142712 A247577 * A046200 A308415 A063281
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 09 2017
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 June 11 10:58 EDT 2024. Contains 373311 sequences. (Running on oeis4.)