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!)
A346925 a(n) = Sum_{d|n} mu(n/d) * binomial(3*d,d) / (2*d+1). 5
1, 2, 11, 52, 272, 1414, 7751, 43208, 246663, 1430440, 8414639, 50065628, 300830571, 1822758766, 11124755380, 68328711696, 422030545334, 2619630794574, 16332922290299, 102240108466928, 642312451209982, 4048514835624478, 25594403741131679, 162250237951706584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Moebius transform of A001764.
LINKS
MATHEMATICA
Table[Sum[MoebiusMu[n/d] Binomial[3 d, d]/(2 d + 1), {d, Divisors[n]}], {n, 24}]
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*binomial(3*d, d)/(2*d+1)); \\ Michel Marcus, Aug 07 2021
CROSSREFS
Sequence in context: A110308 A027201 A026933 * A052171 A333542 A168022
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 07 2021
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)