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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152762 Sum of proper divisors of Catalan number A000108(n). 6
0, 0, 1, 1, 10, 54, 204, 243, 1594, 4210, 18484, 62174, 275828, 1131980, 7434360, 10522755, 72469530, 268486410, 1442238420, 4284331050, 18146556060, 62021100660, 248289237960, 798007353390, 2832660378756, 11922780597588 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

FORMULA

a(n) = A001065(A000108(n)).

a(n)=sigma(binom(2n,n)/(n+1)) - binom(2n,n)/(n+1), where sigma(m) is the sum of the divisors of m. [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 24 2008]

EXAMPLE

a(4)=10 because the proper divisors of A000108(4)=14 are 1,2 and 7. [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 24 2008]

MAPLE

with(numtheory): seq(sigma(binomial(2*n, n)/(n+1))-binomial(2*n, n)/(n+1), n = 0 .. 27); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 24 2008]

CROSSREFS

Cf. A000108, A000203, A001065, A152761, A152763.

Sequence in context: A006889 A007035 A093187 * A161458 A162248 A161755

Adjacent sequences:  A152759 A152760 A152761 * A152763 A152764 A152765

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Dec 14 2008

EXTENSIONS

Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 24 2008

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 17:48 EST 2012. Contains 205939 sequences.