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 A188165 #34 Nov 08 2023 12:43:52 %S A188165 10,11,13,17,25,41,73,137,265,521,1033,2057,4105,8201,16393,32777, %T A188165 65545,131081,262153,524297,1048585,2097161,4194313,8388617,16777225, %U A188165 33554441,67108873,134217737,268435465,536870921,1073741833,2147483657,4294967305 %N A188165 a(n) = 2^n + 9. %H A188165 Vincenzo Librandi, <a href="/A188165/b188165.txt">Table of n, a(n) for n = 0..1000</a> %H A188165 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (3,-2). %F A188165 From _Bruno Berselli_, Sep 26 2011: (Start) %F A188165 G.f.: (10-19*x)/(1-3*x+2*x^2). %F A188165 a(n) = 2*a(n-1)-9 = 3*a(n-1)-2*a(n-2). %F A188165 a(n) = A168415(n)+2. (End) %F A188165 E.g.f.: exp(2*x) + 9*exp(x). - _Elmo R. Oliveira_, Nov 08 2023 %t A188165 Table[2^n + 9, {n, 0, 40}] (* or *) CoefficientList[Series[(10 - 19 x)/((1 - x) (1 - 2 x)), {x, 0, 30}], x] (* _Vincenzo Librandi_, May 13 2014 *) %o A188165 (PARI) a(n) = 1<<n + 9 \\ _Michel Marcus_, Jul 19 2013 %o A188165 (Magma) [2^n+9: n in [0..40]]; // _Vincenzo Librandi_, May 13 2014 %Y A188165 Cf. A000079, A104070 (primes of this form), A168415. %K A188165 nonn,easy %O A188165 0,1 %A A188165 _Brad Clardy_, Mar 23 2011