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 A141010 #9 Oct 17 2017 14:34:12 %S A141010 1,4,40,602,11384,253698,6495616,187940402,6055160152,214444348674, %T A141010 8261055193008,343357357970866,15298169514407880,726752780487465922, %U A141010 36642712015230282784,1952976182776961017138 %N A141010 E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=14. %H A141010 Vincenzo Librandi, <a href="/A141010/b141010.txt">Table of n, a(n) for n = 0..200</a> %t A141010 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, 14], {n, 0, 30}] (* _Vincenzo Librandi_, Dec 12 2012 *) %Y A141010 Column k=14 of A162663. %K A141010 nonn %O A141010 0,2 %A A141010 _R. J. Mathar_, Jul 11 2008