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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143773 Number of partitions of n such that every part is divisible by number of parts. 1
1, 1, 1, 2, 1, 2, 1, 3, 2, 3, 1, 5, 1, 4, 3, 6, 1, 8, 1, 7, 5, 6, 1, 14, 2, 7, 8, 11, 1, 17, 1, 14, 11, 9, 3, 29, 1, 10, 15, 23, 1, 28, 1, 23, 25, 12, 1, 51, 2, 20, 25, 32, 1, 44, 11, 39, 31, 15, 1, 94, 1, 16, 40, 52, 19, 64, 1, 57, 45, 44, 1, 126, 1, 19, 83, 74, 6, 90, 1, 124, 63, 21, 1, 186 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

FORMULA

G.f.: Sum(x^(k^2)/Product(1-x^(k*i),i=1..k),k=1..infinity).

PROG

(PARI) Vec(sum(k=1, 20, x^(k^2)/prod(i=1, k, 1-x^(k*i)+O(x^400)))) [From Max Alekseyev (maxale(AT)gmail.com), May 03 2009]

CROSSREFS

Sequence in context: A060682 A093873 A161148 * A191372 A053279 A046800

Adjacent sequences:  A143770 A143771 A143772 * A143774 A143775 A143776

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.yu), Aug 31 2008

EXTENSIONS

More terms from Max Alekseyev (maxale(AT)gmail.com), May 03 2009

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 17 14:12 EST 2012. Contains 206031 sequences.