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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092130 Number of partitions of n into distinct parts == 1 mod 3, with 1 as the smallest part. 0
1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 1, 2, 0, 1, 2, 1, 1, 3, 1, 1, 3, 2, 1, 4, 3, 1, 4, 4, 2, 5, 5, 2, 5, 7, 3, 6, 8, 4, 6, 10, 6, 7, 12, 7, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,18

COMMENTS

Also number of partitions of n such that if k is the largest part, then k occurs exactly once and integers from 1 to k-1 occur a positive multiple of 3 times. Example: a(18)=2 because we have [3,2,2,2,1,1,1,1,1,1,1,1,1] and [3,2,2,2,2,2,2,1,1,1]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 18 2006

FORMULA

G.f.=x*product(1+x^(1+3k), k=1..infinity). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 18 2006

EXAMPLE

For a(24), we have 19+4+1, 16+7+1, 13+10+1, so a(24)=3.

MAPLE

g:=x*product(1+x^(1+3*k), k=1..25): gser:=series(g, x=0, 70): seq(coeff(gser, x, n), n=1..51); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 18 2006

PROG

(PARI) for(i=0, 50, print1(", "polcoeff(prod(k=1, 50, (1+x^(3*k+1))), i)))

CROSSREFS

Cf. A027349.

Sequence in context: A127242 A025853 A025847 * A029298 A059835 A093998

Adjacent sequences:  A092127 A092128 A092129 * A092131 A092132 A092133

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Mar 30 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 15 20:26 EST 2012. Contains 205852 sequences.