This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A131705 #4 May 10 2015 17:00:52 %S A131705 0,1,16,144,1536,7200,51840,282240,1474560,7464960,55296000,200724480, %T A131705 1051066368,6167715840,21459271680,114960384000,523197480960, %U A131705 2214903398400,9311791104000,41500698624000,183936614400000 %N A131705 Phi(binomial(2*n,n)*n^3). %p A131705 with(numtheory):with(combinat):a:=n->phi(binomial(2*n,n)*n^3): seq(a(n), n=0..22); %t A131705 Table[EulerPhi[Binomial[2n,n]n^3],{n,0,20}] (* _Harvey P. Dale_, May 10 2015 *) %Y A131705 Cf. A005429. %K A131705 nonn %O A131705 0,3 %A A131705 _Zerinvary Lajos_, Oct 07 2007