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 A112703 #9 Jun 22 2016 12:40:12 %S A112703 1,10,172,3817,95671,2575729,72725941,2124619642,63681430672, %T A112703 1947319848190,60511350647386,1905278320822060,60654011063307832, %U A112703 1949006134928921932,63131614948174818772,2059214227480322203177 %N A112703 Partial sum of Catalan numbers A000108 multiplied by powers of 9. %H A112703 Harvey P. Dale, <a href="/A112703/b112703.txt">Table of n, a(n) for n = 0..645</a> %F A112703 a(n)=sum(C(k)*9^k, k=0..n), n>=0, with C(n):=A000108(n). %F A112703 G.f.: c(9*x)/(1-x), where c(x):=(1-sqrt(1-4*x))/(2*x) is the o.g.f. of Catalan numbers A000108. %F A112703 Conjecture: +(n+1)*a(n) +(-37*n+17)*a(n-1) +18*(2*n-1)*a(n-2)=0. - _R. J. Mathar_, Jun 08 2016 %t A112703 Accumulate[Table[CatalanNumber[n]9^n,{n,0,20}]] (* _Harvey P. Dale_, Jun 22 2016 *) %Y A112703 Tenth column (m=9) of triangle A112705. %K A112703 nonn,easy %O A112703 0,2 %A A112703 _Wolfdieter Lang_, Oct 31 2005