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 A141011 #11 Oct 17 2017 14:34:38 %S A141011 1,4,40,612,11976,276836,7336248,219610532,7331824360,269576919908, %T A141011 10796426089880,466904884431268,21658080409800264,1071807203930733668, %U A141011 56328256034260866296,3131089417758323092388 %N A141011 E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=15. %H A141011 Vincenzo Librandi, <a href="/A141011/b141011.txt">Table of n, a(n) for n = 0..200</a> %t A141011 u[0, j_]: = 1; u[k_, j_]: = u[k, j] = Sum[Binomial[k-1, i-1]Plus@@(u[k-i, j]#^(i-1)&/@Divisors[j]), {i, k}]; Table[u[n, 15], {n, 0, 30}] (* _Vincenzo Librandi_, Dec 12 2012 *) %Y A141011 Column k=15 of A162663. %K A141011 nonn %O A141011 0,2 %A A141011 _R. J. Mathar_, Jul 11 2008