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 A110155 #3 Mar 30 2012 18:36:49 %S A110155 1,5,30,155,855,4305,23255,116705,614655,3108355,16168430,81136755, %T A110155 422279580,2116775030,10893334980,54857686305,281413208380, %U A110155 1410806289330,7237582729155,36262232611605,185184341144805 %N A110155 G.f.: A(x) = Product_{n>=1} 1/(1 - 5^n*x^n)^(5/5^n). %e A110155 A(x) = 1 + 5*x + 30*x^2 + 155*x^3 + 855*x^4 + 4305*x^5 +... = %e A110155 1/[(1-5*x)*(1-25*x^2)^(1/5)*(1-125*x^3)^(1/25)*(1-625*x^4)^(1/125)*...] %o A110155 (PARI) a(n)=polcoeff(prod(k=1,n,1/(1-5^k*x^k+x*O(x^n))^(5/5^k)),n) %Y A110155 Cf. A110152, A110153, A110154, A110156. %K A110155 nonn %O A110155 0,2 %A A110155 _Paul D. Hanna_, Jul 14 2005