# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a255835 Showing 1-1 of 1 %I A255835 #13 Jun 08 2018 08:30:41 %S A255835 1,1,3,8,15,34,67,133,255,486,901,1649,2984,5312,9373,16342,28221, %T A255835 48283,81928,137858,230278,381919,629156,1029933,1675856,2711288, %U A255835 4362575,6983196,11122327,17630798,27820283,43706461,68375137,106534093,165340844,255643289 %N A255835 G.f.: Product_{k>=1} (1+x^k)^(2*k-1). %H A255835 Vaclav Kotesovec, Table of n, a(n) for n = 0..1000 %F A255835 a(n) ~ Zeta(3)^(1/6) * exp(-Pi^4 / (2592*Zeta(3)) - Pi^2 * n^(1/3) / (12*(3*Zeta(3))^(1/3)) + 3^(4/3)/2 * Zeta(3)^(1/3) * n^(2/3)) / (2^(1/6) * 3^(1/3) * sqrt(Pi) * n^(2/3)), where Zeta(3) = A002117. %F A255835 G.f.: exp(Sum_{k>=1} (-1)^(k+1)*x^k*(1 + x^k)/(k*(1 - x^k)^2)). - _Ilya Gutkovskiy_, Jun 07 2018 %t A255835 nmax=50; CoefficientList[Series[Product[(1+x^k)^(2*k-1),{k,1,nmax}],{x,0,nmax}],x] %Y A255835 Cf. A026007, A219555, A052812, A253289, A255834. %K A255835 nonn %O A255835 0,3 %A A255835 _Vaclav Kotesovec_, Mar 07 2015 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE