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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035384 Number of partitions of n into parts 6k+2 or 6k+3. 0
1, 0, 1, 1, 1, 1, 2, 1, 3, 3, 3, 4, 5, 4, 7, 7, 8, 10, 12, 11, 16, 16, 18, 22, 25, 25, 33, 34, 38, 45, 50, 52, 65, 67, 75, 87, 95, 101, 121, 126, 141, 160, 174, 187, 218, 229, 254, 285, 308, 333, 380, 401, 443, 492, 530, 574, 646, 683, 752, 828, 890, 964, 1072, 1137, 1246 (list; graph; refs; listen; history; internal format)
OFFSET

0,7

FORMULA

Euler transform of period 6 sequence [ 0, 1, 1, 0, 0, 0, ...]. - Michael Somos, Feb 09 2012

G.f.: 1 / (Product_{k>0} (1 - x^(6*k - 4)) * (1 - x^(6*k - 3))). - Michael Somos, Feb 09 2012

PROG

(PARI) {a(n) = if( n<0, 0, polcoeff( 1 / prod( k=1, (n+4)\6, (1 - x^(6*k - 4)) * (1 - x^(6*k - 3)), 1 + x * O(x^n)), n))} /* Michael Somos, Feb 09 2012 */

CROSSREFS

Sequence in context: A174257 A105637 A029161 * A153868 A066328 A097686

Adjacent sequences:  A035381 A035382 A035383 * A035385 A035386 A035387

KEYWORD

nonn,changed

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

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 15 23:53 EST 2012. Contains 205860 sequences.