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 A167593 #5 Jun 18 2016 00:43:10 %S A167593 9,120,952,5664,27888,120064,467712,1686528,5719296,18450432,57108480, %T A167593 170713088,495366144,1401028608,3874881536,10508304384,28005433344, %U A167593 73485778944,190154539008,485895438336,1227495571456 %N A167593 The third left hand column of triangle A167591. %H A167593 G. C. Greubel, <a href="/A167593/b167593.txt">Table of n, a(n) for n = 3..1000</a> %H A167593 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (12,-60,160,-240,192,-64). %F A167593 a(n) = 2^n*(7*n^5 - 40*n^4 + 110*n^3 - 155*n^2 + 78*n)/240. %F A167593 GF(z) = (52*z^2 + 12*z + 9)/(1-2*z)^6. %F A167593 a(n) = 12*a(n-1) - 60*a(n-2) + 160*a(n-3) - 240*a(n-4) + 192*a(n-5) - 64*a(n-6). %F A167593 a(n) - 11*a(n-1) + 50*a(n-2) - 120*a(n-3) + 160*a(n-4) - 112*a(n-5) + 32*a(n-6) = 7*2^(n-2). %t A167593 LinearRecurrence[{12,-60,160,-240,192,-64},{9, 120, 952, 5664, 27888, 120064},100] (* _G. C. Greubel_, Jun 17 2016 *) %Y A167593 Equals the third left hand column of A167591. %Y A167593 Other left hand columns are A001787, A167592, A168307 and A168308. %K A167593 easy,nonn %O A167593 3,1 %A A167593 _Johannes W. Meijer_, Nov 10 2009 %E A167593 Formulae and links added by _Johannes W. Meijer_, Nov 23 2009