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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027341 Number of partitions of n that do not contain 7 as a part. 1
1, 1, 2, 3, 5, 7, 11, 14, 21, 28, 39, 51, 70, 90, 120, 154, 201, 255, 329, 413, 526, 657, 826, 1024, 1278, 1573, 1946, 2383, 2926, 3563, 4349, 5267, 6391, 7707, 9300, 11165, 13412, 16033, 19173, 22836, 27195, 32273, 38291, 45284, 53538, 63119, 74373 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

G.f.: (1-x^7) Product_{m>0} 1/(1-x^m).

PROG

(PARI) a(n)=if(n<0, 0, polcoeff((1-x^7)/eta(x+x*O(x^n)), n))

CROSSREFS

a(n)=A000041(n)-A000041(n-7).

Sequence in context: A035985 A035995 A036006 * A184642 A094252 A182803

Adjacent sequences:  A027338 A027339 A027340 * A027342 A027343 A027344

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Dec 10 2002

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 13 13:51 EST 2012. Contains 205488 sequences.