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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081543 G.f.: sum(k>=1,x^k/(1-x^k)^(k+1)). 2
1, 3, 4, 8, 6, 17, 8, 24, 20, 32, 12, 76, 14, 51, 72, 97, 18, 158, 20, 213, 142, 101, 24, 491, 152, 132, 248, 479, 30, 915, 32, 681, 398, 206, 828, 1859, 38, 249, 600, 2560, 42, 2692, 44, 1686, 2864, 347, 48, 6166, 1766, 3405 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

If p is prime then a(p)=p+1.

a(n) = sum_{d|n} binomial(d-1+n/d,d). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 21 2009

PROG

(PARI) a(n)=if(n<1, 0, polcoeff(sum(k=1, n, 1/(1-x^k)^k, x*O(x^(n^2))), n))

CROSSREFS

Sequence in context: A129283 A079787 A081307 * A105753 A019972 A064406

Adjacent sequences:  A081540 A081541 A081542 * A081544 A081545 A081546

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 21 2003

EXTENSIONS

Description corrected by Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 22 2003

Corrected offset R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 21 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 16 06:22 EST 2012. Contains 205860 sequences.