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 A084643 #28 Mar 22 2023 09:08:17 %S A084643 1,3,11,43,167,631,2315,8275,28943,99439,336659,1126027,3728279, %T A084643 12239527,39890843,129205699,416249375,1334710495,4262149667, %U A084643 13560765691,43005771431,135988785943,428882869931,1349402340403 %N A084643 a(n) = 3^(n-1)*(2*n-3) + 2^(n+1). %C A084643 Binomial transform of A048495. Second binomial transform of 1, 1, 3, 5, 7, ... %H A084643 Vincenzo Librandi, <a href="/A084643/b084643.txt">Table of n, a(n) for n = 0..1000</a> %H A084643 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (8,-21,18). %F A084643 G.f.: (1 - 5*x + 8*x^2)/((1-2*x)*(1-3*x)^2). - _Colin Barker_, Mar 22 2012 %F A084643 E.g.f.: 2*exp(2*x) + (2*x-1)*exp(3*x). - _G. C. Greubel_, Mar 22 2023 %t A084643 LinearRecurrence[{8,-21,18},{1,3,11},30] (* _Harvey P. Dale_, Dec 12 2015 *) %o A084643 (Magma) [3^(n-1)*(2*n-3)+2^(n+1) : n in [0..30]]; // _Vincenzo Librandi_, Sep 25 2011 %o A084643 (PARI) Vec((1-5*x+8*x^2)/(1-2*x)/(1-3*x)^2+O(x^99)) \\ _Charles R Greathouse IV_, Mar 22 2012 %o A084643 (SageMath) [2^(n+1) +3^(n-1)*(2*n-3) for n in range(41)] # _G. C. Greubel_, Mar 22 2023 %Y A084643 Cf. A048495, A060747. %K A084643 nonn,easy %O A084643 0,2 %A A084643 _Paul Barry_, Jun 09 2003