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 A283510 #28 Mar 17 2017 11:10:52 %S A283510 1,1,257,531698,4295531890,95371863221411,4738477950914329100, %T A283510 459991301719292572342573,79228623778497392212453912974, %U A283510 22528478894247280128054776211273960,10000022549030658394108744658459680045250 %N A283510 Expansion of exp( Sum_{n>=1} A283369(n)/n*x^n ) in powers of x. %H A283510 Seiichi Manyama, <a href="/A283510/b283510.txt">Table of n, a(n) for n = 0..120</a> %F A283510 G.f.: Product_{k>=1} 1/(1 - x^k)^(k^(4*k)). %F A283510 a(n) = (1/n)*Sum_{k=1..n} A283369(k)*a(n-k) for n > 0. %F A283510 a(n) ~ n^(4*n) * (1 + exp(-4)/n^4). - _Vaclav Kotesovec_, Mar 17 2017 %t A283510 CoefficientList[Series[Product[1/(1 - x^k)^(k^(4k)), {k, 1, 10}], {x, 0, 10}], x] (* _Indranil Ghosh_, Mar 17 2017 *) %o A283510 (PARI) A(n) = sumdiv(n, d, d^(4*d + 1)); %o A283510 a(n) = if(n<1, 1, (1/n) * sum(k=1, n, A(k) * a(n - k))); %o A283510 for(n=0, 10, print1(a(n),", ")) \\ _Indranil Ghosh_, Mar 17 2017 %Y A283510 Cf. Product_{k>=1} 1/(1 - x^k)^(k^(m*k)): A000041 (m=0), A023880 (m=1), A283579 (m=2), A283580 (m=3), this sequence (m=4). %Y A283510 Cf. A283803 (Product_{k>=1} (1 - x^k)^(k^(4*k))). %K A283510 nonn %O A283510 0,3 %A A283510 _Seiichi Manyama_, Mar 17 2017