Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A263359 Expansion of Product_{k>=1} 1/(1-x^(k+3))^k. 8
1, 0, 0, 0, 1, 2, 3, 4, 6, 8, 13, 18, 29, 40, 61, 86, 127, 178, 260, 364, 524, 734, 1042, 1454, 2051, 2848, 3981, 5510, 7652, 10542, 14558, 19970, 27428, 37480, 51222, 69720, 94870, 128634, 174306, 235506, 317899, 428018, 575688, 772540, 1035538, 1385264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} x^(4*k)/(k*(1-x^k)^2).
a(n) ~ exp(1/12 - Pi^4/(48*Zeta(3)) - Pi^2 * n^(1/3) / (2^(4/3) * Zeta(3)^(1/3)) + 3 * 2^(-2/3) * Zeta(3)^(1/3) * n^(2/3)) * n^(29/36) * Pi / (A * 2^(47/36) * sqrt(3) * Zeta(3)^(47/36)), where Zeta(3) = A002117 and A = A074962 is the Glaisher-Kinkelin constant.
MAPLE
with(numtheory):
a:= proc(n) option remember; `if`(n=0, 1, add(add(d*
max(0, d-3), d=divisors(j))*a(n-j), j=1..n)/n)
end:
seq(a(n), n=0..50); # Alois P. Heinz, Oct 16 2015
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[1/(1-x^(k+3))^k, {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 50; CoefficientList[Series[E^Sum[x^(4*k)/(k*(1-x^k)^2), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A094372 A039880 A240452 * A246905 A000029 A155051
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 16 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 20:24 EDT 2024. Contains 375276 sequences. (Running on oeis4.)