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 A164285 #24 Sep 08 2022 08:45:47 %S A164285 10,17,31,59,115,227,451,899,1795,3587,7171,14339,28675,57347,114691, %T A164285 229379,458755,917507,1835011,3670019,7340035,14680067,29360131, %U A164285 58720259,117440515,234881027,469762051,939524099,1879048195,3758096387 %N A164285 a(n) = 7*2^n + 3. %C A164285 Contains the primes 17, 31, 59, 227, 57347, 114691, 14680067, 7516192771,.. %H A164285 Vincenzo Librandi, <a href="/A164285/b164285.txt">Table of n, a(n) for n = 0..1000</a> %H A164285 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (3,-2). %F A164285 a(n) = 2*a(n-1) - 3. %F A164285 a(n) = 3*a(n-1) - 2*a(n-2). %F A164285 a(n) = A005009(n) + 3, a(0)=10. %F A164285 G.f.: (10-13*x)/((2*x-1)*(x-1)). %F A164285 E.g.f.: 7*exp(2*x) + 3*exp(x). - _G. C. Greubel_, Sep 12 2017 %e A164285 At n=0, a(0)=7*2^0+3=10. At n=1, a(1)=7*2^1+3=17. %t A164285 CoefficientList[Series[(10 - 13 x) / ((2 x - 1) (x - 1)), {x, 0, 40}], x] (* _Vincenzo Librandi_, Sep 12 2013 *) %t A164285 LinearRecurrence[{3,-2},{10,17},40] (* _Harvey P. Dale_, Aug 29 2017 *) %o A164285 (Magma) [7*2^n+3: n in [0..40]]; // _Vincenzo Librandi_, Sep 12 2013 %o A164285 (PARI) x='x+O('x^50); Vec((10-13*x)/((2*x-1)*(x-1))) \\ _G. C. Greubel_, Sep 12 2017 %K A164285 nonn,easy %O A164285 0,1 %A A164285 _Vincenzo Librandi_, Aug 12 2009 %E A164285 Offset corrected by _R. J. Mathar_, Aug 19 2009