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 A152849 #6 May 05 2017 02:50:12 %S A152849 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, %T A152849 2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,2,1,1,3, %U A152849 3,1,1,3,3,1,1,3,3,1,1,3,3,1,1,3,3,1,1,3,3,1,1,3,3,1,1,3,3,1,1,3,3,1,1,3,3 %N A152849 Triangle read by rows, A007318 rows repeated eleven times . %C A152849 Diagonal sums : A103379 . %e A152849 Triangle begins : 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,2,1 ; 1,3,3,1 ; ... %t A152849 Flatten[Table[#, {11}] & /@ Table[Binomial[n, k], {n, 0, 10}, {k, 0, n}]] (* _G. C. Greubel_, May 04 2017 *) %Y A152849 Cf. A007318, A152198, A152815, A152828, A152830, A152831, A152844, A152845, A152846, A152847, A152848 %K A152849 easy,nonn,tabf %O A152849 0,35 %A A152849 _Philippe Deléham_, Dec 14 2008