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 A173737 #18 Sep 08 2022 08:45:50 %S A173737 6,16,116,1116,11116,111116,1111116,11111116,111111116,1111111116, %T A173737 11111111116,111111111116,1111111111116,11111111111116, %U A173737 111111111111116,1111111111111116,11111111111111116,111111111111111116 %N A173737 (10^n+44)/9 for n>0. %H A173737 Vincenzo Librandi, <a href="/A173737/b173737.txt">Table of n, a(n) for n = 1..100</a> %H A173737 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (11,-10). %F A173737 a(n) = a(n-1)+10^(n-1) = 10*a(n-1)-44 with n>0, a(0)=5. %F A173737 G.f.: x*(6-50*x)/((1-x)*(1-10*x)). - _Vincenzo Librandi_, Jul 05 2012 %F A173737 a(n) = 11*a(n-1) -10*a(n-2) with a(0)=5, a(1)=6. - _Vincenzo Librandi_, Jul 05 2012 %F A173737 a(n) = (A002279(n-1)+3)*2. - _Martin Ettl_, Nov 08 2012 %t A173737 CoefficientList[Series[(6-50*x)/((1-x)*(1-10*x)),{x,0,30}],x] (* _Vincenzo Librandi_, Jul 05 2012 *) %o A173737 (Magma) [(10^n+44)/9: n in [1..20]]; // _Vincenzo Librandi_, Jul 05 2012 %o A173737 (Maxima) A173737(n):=(10^n+44)/9$ makelist(A173737(n),n,1,20); /* _Martin Ettl_, Nov 08 2012 */ %K A173737 nonn,easy %O A173737 1,1 %A A173737 _Vincenzo Librandi_, Feb 23 2010