login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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: A237872 A123780 A054371 * A093185 A198006 A339654
KEYWORD
nonn
AUTHOR
Lionel Levine (levine(AT)ultranet.com)
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)