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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A028290 Expansion of 1/((1-x)(1-x^2)(1-x^3)(1-x^5)(1-x^8)). 1
1, 1, 2, 3, 4, 6, 8, 10, 14, 17, 22, 27, 33, 40, 48, 57, 68, 79, 93, 107, 124, 142, 162, 184, 209, 235, 265, 296, 331, 368, 409, 452, 500, 550, 605, 663, 726, 792, 864, 939, 1021, 1106, 1198, 1294, 1397, 1505 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Number of partitions of n into parts equal to 1, 2, 3, 5 and 8. E.g. a(5)=6 because we have 5, 3+2, 3+1+1, 2+2+1, 2+1+1+1 and 1+1+1+1+1. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 25 2005

MAPLE

G:=1/(1-x)/(1-x^2)/(1-x^3)/(1-x^5)/(1-x^8): Gser:=series(G, x=0, 47): 1, seq(coeff(Gser, x^n), n=1..45); (Deutsch)

CROSSREFS

Sequence in context: A005434 A027589 A039851 * A003107 A014977 A008583

Adjacent sequences:  A028287 A028288 A028289 * A028291 A028292 A028293

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.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 19:09 EST 2012. Contains 205852 sequences.