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 A135758 #12 Nov 07 2016 12:02:47 %S A135758 1,1,5,132,16796,9694845,24466267020,263747951750360, %T A135758 11959798385860453492,2257117854077248073253720, %U A135758 1759414616608818870992479875972,5632681584560312734993915705849145100 %N A135758 Catalan numbers at triangular positions: a(n) = A000108(n(n+1)/2). %H A135758 G. C. Greubel, <a href="/A135758/b135758.txt">Table of n, a(n) for n = 0..50</a> %F A135758 a(n) = C(n(n+1), n(n+1)/2) / [n(n+1)/2 + 1]. %t A135758 With[{nn=100},Join[{1},Pick[CatalanNumber[Range[nn]],Array[ IntegerQ[ (Sqrt[1+8#]-1)/2]&,nn]]]] (* _Harvey P. Dale_, Sep 24 2011 *) %t A135758 Table[Binomial[n*(n + 1), n*(n + 1)/2]/(1 + Binomial[n + 1, 2]), {n,0,10}] (* _G. C. Greubel_, Nov 07 2016 *) %o A135758 (PARI) a(n)=binomial(n*(n+1),n*(n+1)/2)/(n*(n+1)/2+1) %Y A135758 Cf. A000108, A135757. %K A135758 nonn,easy %O A135758 0,3 %A A135758 _Paul D. Hanna_, Dec 02 2007