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 A039817 #24 Sep 18 2022 12:36:42 %S A039817 1,-5,1,40,-15,1,-440,235,-30,1,6170,-4200,775,-50,1,-105315,86020, %T A039817 -20475,1925,-75,1,2120610,-2001055,577570,-70525,4025,-105,1, %U A039817 -49242470,52305780,-17609620,2623145,-195300,7490,-140,1,1296133195,-1520815230,581516560,-101595060,9264045,-464940,12810,-180,1 %N A039817 Triangle read by rows: matrix 5th power of the Stirling-1 triangle A008275. %H A039817 Seiichi Manyama, <a href="/A039817/b039817.txt">Rows n = 1..140, flattened</a> %F A039817 E.g.f. of k-th column: ((log(1+log(1+log(1+log(1+log(1+x))))))^k)/k!. %e A039817 Triangle begins: %e A039817 1; %e A039817 -5, 1; %e A039817 40, -15, 1; %e A039817 -440, 235, -30, 1; %e A039817 6170, -4200, 775, -50, 1; %e A039817 -105315, 86020, -20475, 1925, -75, 1; %e A039817 ... %t A039817 Flatten[Table[SeriesCoefficient[(Log[1+Log[1+Log[1+Log[1+Log[1+x]]]]])^k,{x,0,n}] n!/k!, {n,9}, {k,n}]] (* _Stefano Spezia_, Sep 12 2022 *) %Y A039817 Cf. A000359 (first column), A008275. %Y A039817 Cf. A039813, A039814, A039815, A039816. %K A039817 sign,tabl %O A039817 1,2 %A A039817 _Christian G. Bower_, Feb 15 1999