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!)
A346936 a(n) = Sum_{d|n} mu(n/d) * binomial(5*d,d) / (4*d+1). 4

%I #5 Aug 08 2021 08:37:24

%S 1,4,34,280,2529,23712,231879,2330160,23950320,250540836,2658968129,

%T 28558319744,309831575759,3390416555996,37377257156716,

%U 414741861215840,4628362722856424,51912988232308104,584909606696793884,6617078646710069720,75134301594081157746,855968478539048248916

%N a(n) = Sum_{d|n} mu(n/d) * binomial(5*d,d) / (4*d+1).

%C Moebius transform of A002294.

%t Table[Sum[MoebiusMu[n/d] Binomial[5 d, d]/(4 d + 1), {d, Divisors[n]}], {n, 22}]

%Y Cf. A002294, A002996, A008683, A346925, A346935, A346937, A346938, A346939.

%K nonn

%O 1,2

%A _Ilya Gutkovskiy_, Aug 08 2021

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 July 3 09:00 EDT 2024. Contains 373971 sequences. (Running on oeis4.)