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 A051633 #33 Oct 27 2023 22:00:44 %S A051633 3,8,18,38,78,158,318,638,1278,2558,5118,10238,20478,40958,81918, %T A051633 163838,327678,655358,1310718,2621438,5242878,10485758,20971518, %U A051633 41943038,83886078,167772158,335544318,671088638,1342177278,2684354558,5368709118,10737418238,21474836478 %N A051633 a(n) = 5*2^n - 2. %H A051633 Stefano Spezia, <a href="/A051633/b051633.txt">Table of n, a(n) for n = 0..3300</a> %H A051633 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (3,-2). %F A051633 a(n) = A118654(n, 5). %F A051633 a(n) = A000079(n)*5 - 2 = A020714(n) - 2. - _Omar E. Pol_, Dec 23 2008 %F A051633 a(n) = 2*(a(n-1)+1) with a(0)=3. - _Vincenzo Librandi_, Aug 06 2010 %F A051633 a(n) = A123208(2*n+1) = A048487(n)+2 = A131051(n+2) = A153894(n)-1. - _Philippe Deléham_, Apr 15 2013 %F A051633 G.f.: ( 3-x ) / ( (2*x-1)*(x-1) ). - _R. J. Mathar_, Mar 23 2023 %F A051633 E.g.f.: exp(x)*(5*exp(x) - 2). - _Stefano Spezia_, Oct 03 2023 %e A051633 a(5) = 5*2^4 - 2 = 80 - 2 = 78. %t A051633 LinearRecurrence[{3, -2},{3, 8},30] (* _Ray Chandler_, Jul 18 2020 *) %Y A051633 Cf. A000079, A020714, A118654. %Y A051633 Cf. A123208, A048487, A131051, A153894. %K A051633 easy,nonn %O A051633 0,1 %A A051633 _Asher Auel_