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!)
A268619 a(n) = (1/n^2) * Sum_{d|n} moebius(n/d)*binomial(2*d,d). 6
2, 1, 2, 4, 10, 25, 70, 200, 600, 1845, 5830, 18772, 61542, 204659, 689410, 2347920, 8074762, 28009524, 97909318, 344615860, 1220539390, 4347310451, 15564141262, 55985418344, 202256970300, 733607281875, 2670698800548, 9755982857964, 35751803209918, 131405090455065, 484316704740126, 1789672012052256 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
6*a(n) is divisible by n (cf. A268592).
LINKS
FORMULA
a(n) = (1/n^2)* Sum_{d|n} A008683(n/d)*A000984(d).
a(n) = A007727(n)/n^2 = A045630(n)*2/n^2 = A060165(n)/n = A022553(n)*2/n.
MATHEMATICA
a[n_] := DivisorSum[n, MoebiusMu[n/#] * Binomial[2*#, #] &] / n^2; Array[a, 35] (* Amiram Eldar, Aug 24 2023 *)
PROG
(PARI) { a(n) = sumdiv(n, d, moebius(n/d)*binomial(2*d, d))/n^2; }
CROSSREFS
Sequence in context: A146307 A343952 A063894 * A024500 A318870 A000087
KEYWORD
nonn
AUTHOR
Max Alekseyev, Feb 09 2016
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 May 2 21:21 EDT 2024. Contains 372203 sequences. (Running on oeis4.)