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 A112941 #3 Mar 30 2012 18:36:51 %S A112941 1,9,121,2209,51401,1457649,48774041,1880312129,82028211241, %T A112941 3993290362449,214543742998201,12606663551853409,804145149477634121, %U A112941 55332318403485181809,4084986234723143402201,322064057582671115832449 %N A112941 Logarithmic derivative of A112940 such that a(n)=(1/5)*A112940(n+1) for n>0, where A112940 equals the INVERT transform (with offset) of quintuple factorials A008546. %F A112941 G.f.: log(1+x + 5*x*[Sum_{n>=1} a(n)]) = Sum_{n>=1} a(n)/n*x^n. %e A112941 log(1+x + 5*x*[x + 9*x^2 + 121*x^3 + 2209*x^4 + 51401*x^5 +...]) %e A112941 = x + 9/2*x^2 + 121/3*x^3 + 2209/4*x^4 + 51401/5*x^5 + ... %o A112941 (PARI) {a(n)=local(F=1+x+x*O(x^n));for(i=1,n,F=1+x+5*x^2*deriv(F)/F); return(n*polcoeff(log(F),n,x))} %Y A112941 Cf. A008546, A112940; A112934, A112935, A112936, A112937, A112938, A112939, A112942, A112943. %K A112941 nonn %O A112941 1,2 %A A112941 _Paul D. Hanna_, Oct 09 2005