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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A116458 Number of partitions of n into parts congruent to 1, 9, or 11 (mod 14). 0
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 8, 9, 10, 11, 12, 12, 14, 15, 16, 17, 19, 21, 22, 24, 26, 29, 31, 34, 36, 38, 41, 44, 48, 51, 55, 60, 64, 68, 73, 79, 84, 91, 97, 103, 110, 117, 125, 133, 142, 152, 163, 172, 183, 196, 208, 222, 236, 250, 265, 281 (list; graph; refs; listen; history; internal format)
OFFSET

0,10

COMMENTS

Also number of partitions of n into distinct parts congruent to 1,2, or 4 (mod 7). Example: a(15)=4 because we have [15],[11,4],[9,4,2] and [8,4,2,1].

REFERENCES

G. E. Andrews, Number Theory, Dover Publications, 1994 (p. 166, Exercise 7).

FORMULA

G.f.=1/product((1-x^(1+14j))(1-x^(9+14j))(1-x^(11+14j)),j=0..infinity). G.f.=product((1+x^(1+7j))(1+x^(2+7j))(1+x^(4+7j)),j=0..infinity).

EXAMPLE

a(15)=4 because we have [15],[11,1,1,1,1],[9,1,1,1,1,1,1] and [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1].

MAPLE

g:=product((1+x^(1+7*j))*(1+x^(2+7*j))*(1+x^(4+7*j)), j=0..15): gser:=series(g, x=0, 95): seq(coeff(gser, x, n), n=0..77);

CROSSREFS

Sequence in context: A189631 A101402 A156251 * A093875 A114214 A196383

Adjacent sequences:  A116455 A116456 A116457 * A116459 A116460 A116461

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 16 2006

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 15:39 EST 2012. Contains 205635 sequences.