login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A028576
a(n) = (1/(4*n)) * Sum_{d|n} mu(n/d) * binomial(2*d, d)^2.
1
1, 4, 33, 304, 3175, 35556, 420665, 5176000, 65664000, 853367900, 11309870605, 152342891952, 2080240006923, 28738242567524, 401024083514775, 5645275548076800, 80084088088568947, 1143862232096407392, 16437995698573558421, 237520818846111947600
OFFSET
1,2
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*binomial(2*d, d)^2)/(4*n) \\ Michel Marcus, Jun 15 2013
CROSSREFS
Sequence in context: A123780 A054371 A372897 * A093185 A198006 A339654
KEYWORD
nonn
AUTHOR
Lionel Levine (levine(AT)ultranet.com)
STATUS
approved