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!)
A131928 a(n) = phi(binomial(2*n,n)*n). 0
0, 1, 4, 16, 96, 288, 1440, 5760, 23040, 92160, 552960, 1658880, 7299072, 36495360, 109486080, 510935040, 2043740160, 7664025600, 28740096000, 114960384000, 459841536000, 1839366144000, 8583708672000, 38626689024000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
with(numtheory):with(combinat):a:=n->phi(binomial(2*n, n)*n): seq(a(n), n=0..25);
MATHEMATICA
Table[EulerPhi[Binomial[2n, n]n], {n, 0, 30}] (* Harvey P. Dale, Apr 15 2012 *)
CROSSREFS
Cf. A000010, A005430 Apery numbers: n*C(2n, n).
Sequence in context: A050913 A096243 A263565 * A229138 A098580 A317998
KEYWORD
nonn
AUTHOR
Zerinvary Lajos, Oct 05 2007
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 July 19 17:03 EDT 2024. Contains 374410 sequences. (Running on oeis4.)