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!)
A301982 Expansion of Product_{k>=1} (1 + x^k)^A034448(k). 3
1, 1, 3, 7, 12, 26, 52, 92, 170, 310, 541, 945, 1636, 2760, 4639, 7743, 12725, 20795, 33730, 54184, 86547, 137351, 216387, 339069, 528394, 818664, 1262245, 1936835, 2957432, 4496330, 6807191, 10262275, 15411203, 23056461, 34366753, 51047199, 75567600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Conjecture: a(n) ~ exp(3 * Pi^(2/3) * n^(2/3) / 2^(5/3)) / (2^(4/3) * sqrt(3) * Pi^(1/6) * n^(2/3)).
MATHEMATICA
nmax = 30; A034448 = Flatten[{1, Table[Times @@ (1 + Power @@@ FactorInteger[k]), {k, 2, nmax+1}]}]; CoefficientList[Series[Exp[Sum[-(-1)^j/j * Sum[A034448[[k]] * x^(j*k), {k, 1, Floor[nmax/j] + 1}], {j, 1, nmax}]], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A210185 A280345 A062325 * A196858 A099811 A196917
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 30 2018
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 April 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)