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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130126 Number of partitions of n in which each even part has odd multiplicity. 6
1, 1, 2, 3, 4, 6, 10, 13, 17, 24, 33, 43, 58, 75, 98, 127, 161, 205, 262, 328, 414, 517, 641, 794, 982, 1205, 1475, 1803, 2197, 2664, 3230, 3896, 4693, 5640, 6754, 8077, 9647, 11479, 13637, 16178, 19152, 22624, 26695 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: product_{n=1..inf} (1+q^(2n)-q^(4n))/((1-q^(2n-1))(1-q^(4n))).

EXAMPLE

a(5)=6 because we have 5,41,32,311,2111 and 11111 (221 does not qualify).

MAPLE

g:=product((1+q^(2*n)-q^(4*n))/((1-q^(2*n-1))*(1-q^(4*n))), n=1..50): gser:= series(g, q=0, 45): seq(coeff(gser, q, n), n=0..42); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 24 2007

CROSSREFS

Cf. A131942.

Sequence in context: A069744 A181312 A061018 * A121152 A200928 A089223

Adjacent sequences:  A130123 A130124 A130125 * A130127 A130128 A130129

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 01 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 24 2007

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 17 23:31 EST 2012. Contains 206085 sequences.