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!)
A029807 a(n) = (1/(8*n)) * Sum_{d|n} mu(n/d) * binomial(2*d,d)^3. 0

%I #10 Oct 30 2018 03:32:29

%S 1,13,333,10712,400075,16435017,721861385,33308540000,1596292110000,

%T 78832566399375,3989172320345245,205979496842877048,

%U 10817872108002076923,576440295110730997877,31102930647624990624975

%N a(n) = (1/(8*n)) * Sum_{d|n} mu(n/d) * binomial(2*d,d)^3.

%o (PARI) a(n) = sumdiv(n, d, moebius(n/d)*binomial(2*d, d)^3)/(8*n) \\ _Michel Marcus_, Jun 15 2013

%K nonn

%O 1,2

%A Lionel Levine (levine(AT)ultranet.com)

%E More terms from _Erich Friedman_

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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)