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 A255836 #8 Mar 08 2015 04:20:33 %S A255836 1,4,13,42,117,310,785,1896,4433,10062,22248,48080,101821,211682, %T A255836 432795,871520,1730491,3391894,6568996,12580316,23841774,44742634, %U A255836 83193865,153347110,280336704,508499474,915540681,1636805438,2906642396,5128530946,8993376689 %N A255836 G.f.: Product_{k>=1} (1+x^k)^(3*k+1). %H A255836 Vaclav Kotesovec, <a href="/A255836/b255836.txt">Table of n, a(n) for n = 0..1000</a> %F A255836 a(n) ~ Zeta(3)^(1/6) * exp(-Pi^4 / (3888*Zeta(3)) + Pi^2 * n^(1/3) / (6^(5/3) * Zeta(3)^(1/3)) + 3^(5/3)/2^(4/3) * Zeta(3)^(1/3) * n^(2/3)) / (2^(17/12) * 3^(1/6) * sqrt(Pi) * n^(2/3)), where Zeta(3) = A002117. %t A255836 nmax=50; CoefficientList[Series[Product[(1+x^k)^(3*k+1),{k,1,nmax}],{x,0,nmax}],x] %Y A255836 Cf. A026007, A219555, A052812, A255271, A255834, A255835, A255837. %K A255836 nonn %O A255836 0,2 %A A255836 _Vaclav Kotesovec_, Mar 07 2015