Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #15 Sep 08 2018 17:14:19
%S 0,2985984,191102976,2176782336,12230590464,46656000000,139314069504,
%T 351298031616,782757789696,1586874322944,2985984000000,5289852801024,
%U 8916100448256,14412774445056,22483074023424
%N a(n) = (12*n)^6.
%H <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7, -21, 35, -35, 21, -7, 1).
%t (12*Range[0,20])^6 (* _Harvey P. Dale_, Jul 17 2011 *)
%o (Maxima) makelist((12*n)^6,n,0,30); /* _Martin Ettl_, Oct 21 2012 */
%K nonn,easy
%O 0,2
%A _N. J. A. Sloane_