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 A243802 #16 Aug 09 2018 09:47:26 %S A243802 1,1,6,95,3043,167342,14175447,1715544861,280986929888,59828264507385, %T A243802 16056622678756319,5300955907062294008,2110872493413444115109, %U A243802 997542435957462115205773,551887323312314977683048334,353334615697796170374209624907,259179558930246734075836153918127 %N A243802 E.g.f.: exp( Sum_{n>=1} (exp(n*x) - 1)^n / n ). %C A243802 Compare to: exp( Sum_{n>=1} (exp(x) - 1)^n/n ) = 1/(2-exp(x)), the e.g.f. of Fubini numbers (A000670). %H A243802 Vaclav Kotesovec, <a href="/A243802/b243802.txt">Table of n, a(n) for n = 0..200</a> %F A243802 a(n) ~ c * d^n * (n!)^2 / n^(3/2), where d = A317855 = (1+exp(1/r))*r^2 = 3.161088653865428813830172202588132491..., r = 0.873702433239668330496568304720719298... is the root of the equation exp(1/r)/r + (1+exp(1/r)) * LambertW(-exp(-1/r)/r) = 0, and c = 0.37498840921734807101035131780130551... . - _Vaclav Kotesovec_, Aug 21 2014 %e A243802 E.g.f.: A(x) = 1 + x + 6*x^2/2! + 95*x^3/3! + 3043*x^4/4! + 167342*x^5/5! +... %o A243802 (PARI) {a(n) = n!*polcoeff( exp( sum(m=1,n+1, (exp(m*x +x*O(x^n)) - 1)^m / m) ), n)} %o A243802 for(n=0,20,print1(a(n),", ")) %Y A243802 Cf. A244585, A244437. %K A243802 nonn %O A243802 0,3 %A A243802 _Paul D. Hanna_, Aug 21 2014