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 A279643 #5 Dec 16 2016 14:51:31 %S A279643 1,1,1025,62122,4436645,635999636,70891240117,9361749284896, %T A279643 1491531423411913,235989968039151760,40944833826904310921, %U A279643 7754112338325635303264,1525672210381158739381165,318496972975593582426074560,70389888724665631249754800189 %N A279643 Exponential transform of the tenth powers A008454. %H A279643 Alois P. Heinz, <a href="/A279643/b279643.txt">Table of n, a(n) for n = 0..332</a> %F A279643 E.g.f.: exp(exp(x)*(x^10+45*x^9+750*x^8+5880*x^7+22827*x^6+42525*x^5 +34105*x^4 +9330*x^3 +511*x^2+x)). %p A279643 a:= proc(n) option remember; `if`(n=0, 1, %p A279643 add(binomial(n-1, j-1)*j^10*a(n-j), j=1..n)) %p A279643 end: %p A279643 seq(a(n), n=0..25); %Y A279643 Column k=10 of A279636. %Y A279643 Cf. A008454. %K A279643 nonn %O A279643 0,3 %A A279643 _Alois P. Heinz_, Dec 16 2016