The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A268618 a(n) = (2/n^3) * Sum_{d|n} moebius(n/d)*binomial(3*d,d). 4
6, 3, 6, 15, 48, 171, 678, 2871, 12858, 60084, 290814, 1448679, 7394106, 38527779, 204365880, 1101000087, 6013054788, 33239486925, 185736687366, 1047961118940, 5964676687668, 34219227608607, 197737647050742, 1150211467134927, 6731334034067058, 39614408616493581, 234342269725331130, 1392933275876114127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
R. R. Aidagulov, M. A. Alekseyev. On p-adic approximation of sums of binomial coefficients. Journal of Mathematical Sciences 233:5 (2018), 626-634. doi:10.1007/s10958-018-3948-0 arXiv:1602.02632
FORMULA
a(n) = (2/n^3)* Sum_{d|n} A008683(n/d)*A005809(d) = (2/n^2)*A060170(n) = (2/n)*A268617(n).
MATHEMATICA
a[n_] := (2/n^3)* DivisorSum[n, MoebiusMu[n/#] Binomial[3 #, #] &]; Array[a, 50] (* G. C. Greubel, Dec 15 2017 *)
PROG
(PARI) { a(n) = sumdiv(n, d, moebius(n/d)*binomial(3*d, d))*2/n^3; }
CROSSREFS
Sequence in context: A021161 A137275 A263188 * A024563 A319232 A265179
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 19 19:42 EDT 2024. Contains 372702 sequences. (Running on oeis4.)