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 A085532 #10 Feb 08 2015 18:15:03 %S A085532 0,4,64,1296,32768,1000000,35831808,1475789056,68719476736, %T A085532 3570467226624,204800000000000,12855002631049216,876488338465357824, %U A085532 64509974703297150976,5097655355238390956032,430467210000000000000000,38685626227668133590597632 %N A085532 (2n)^(n+1). %p A085532 a:=n->mul(2*sum(1, j=2..n+1), k=1..n+1): seq(a(n), n=0..17); # _Zerinvary Lajos_, Jan 01 2009 %t A085532 Table[(2n)^(n+1),{n,0,20}] (* _Harvey P. Dale_, May 03 2011 *) %K A085532 nonn %O A085532 0,2 %A A085532 _N. J. A. Sloane_, Jul 05 2003