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 A226931 #9 Jun 11 2015 06:20:17 %S A226931 3,9,53,231,5319,3167,1296273,1604979,64370707,22906587,411169704813, %T A226931 610433321,424312831956207,2146177886409,98731231639051, %U A226931 12218411169233691,1112291237880234922707,2196818399875253,2619031544578888560315813,16827894135040576041 %N A226931 Numerator of n + Sum(binomial(n,k)*(k/n)^k*((n-k)/n)^(n-k), k=0..n). %H A226931 Helmut Prodinger, <a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v20i3p7/0">An identity conjectured by Lacasse via the tree function</a>, Electronic Journal of Combinatorics, 20(3) (2013), #P7. See xi_2(n). %e A226931 3, 9/2, 53/9, 231/32, 5319/625, 3167/324, 1296273/117649, 1604979/131072, ... %o A226931 (PARI) a(n) = numerator(n + sum(k=0, n, binomial(n,k)*(k/n)^k*((n-k)/n)^(n-k))); \\ _Michel Marcus_, Jun 11 2015 %Y A226931 Denominators are in A036505. Cf. A090878, A063170. %K A226931 nonn,frac %O A226931 1,1 %A A226931 _N. J. A. Sloane_, Jul 31 2013