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 A081122 #16 Jun 29 2023 18:16:27 %S A081122 1,11,120,1300,14000,150000,1600000,17000000,180000000,1900000000, %T A081122 20000000000,210000000000,2200000000000,23000000000000, %U A081122 240000000000000,2500000000000000,26000000000000000,270000000000000000 %N A081122 10th binomial transform of (1,1,0,0,0,0,...). %H A081122 Vincenzo Librandi, <a href="/A081122/b081122.txt">Table of n, a(n) for n = 0..200</a> %H A081122 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (20, -100). %F A081122 a(n) = 20*a(n-1) - 100*a(n-2), a(0) = 1, a(1) = 11. %F A081122 a(n) = (n + 10)*10^(n-1). %F A081122 G.f.: (1 - 9*x)/(1 - 10*x)^2. %F A081122 E.g.f.: exp(10*x)*(1 + x). - _Stefano Spezia_, Mar 04 2023 %t A081122 CoefficientList[Series[(1 - 9 x) / (1 - 10 x)^2, {x, 0, 20}], x] (* _Vincenzo Librandi_, Aug 06 2013 *) %o A081122 (Magma) [(n+10)*10^(n-1): n in [0..25]]; // _Vincenzo Librandi_, Aug 06 2013 %Y A081122 Cf. A081109, A081108. %K A081122 easy,nonn %O A081122 0,2 %A A081122 _Paul Barry_, Mar 07 2003