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 A165148 #10 Jun 30 2023 14:19:08 %S A165148 1,10,88,736,6016,48640,391168,3137536,25133056,201195520,1610088448, %T A165148 12882804736,103070826496,824600166400,6596935548928,52776021262336, %U A165148 422210317582336,3377691130593280,27021563404484608,216172644674830336 %N A165148 a(n) = (3*8^n-4^n)/2. %C A165148 Binomial transform of A165147. Inverse binomial transform of A165149. %H A165148 Vincenzo Librandi, <a href="/A165148/b165148.txt">Table of n, a(n) for n = 0..200</a> %H A165148 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (12, -32). %F A165148 a(n) = 12*a(n-1)-32*a(n-2) for n > 1; a(0) = 1, a(1) = 10. %F A165148 G.f.: (1-2*x)/((1-4*x)*(1-8*x)). %t A165148 Table[(3*8^n-4^n)/2,{n,0,20}] (* _Harvey P. Dale_, Jul 23 2014 *) %o A165148 (Magma) [ (3*8^n-4^n)/2: n in [0..19] ]; %Y A165148 Cf. A165147, A165149. %K A165148 nonn,easy %O A165148 0,2 %A A165148 _Klaus Brockhaus_, Sep 15 2009