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!)
A306734 Expansion of Sum_{k>=0} x^(k^2) * Product_{j=1..k} (1 + x^j). 9
1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 1, 2, 2, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 4, 5, 5, 6, 6, 6, 7, 7, 8, 8, 8, 9, 9, 8, 9, 8, 8, 9, 9, 9, 9, 10, 10, 11, 12, 12, 13, 13, 14, 15, 14, 15, 15, 15, 15, 15, 15, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
FORMULA
a(n) ~ c * A333198^sqrt(n) / sqrt(n), where c = 0.424889520435345887204307524... = sqrt((23 + (10051/2 - (1173*sqrt(69))/2)^(1/3) + ((23/2)*(437 + 51*sqrt(69)))^(1/3))/69)/2, c = sqrt(s)/2, where s is the real root of the equation -1 + 6*s - 23*s^2 + 23*s^3 = 0. - Vaclav Kotesovec, Mar 11 2020
Limit_{n->infinity} a(n) / A333179(n) = A060006 = (1/2 + sqrt(23/3)/6)^(1/3) + (1/2 - sqrt(23/3)/6)^(1/3) = 1.32471795724474602596090885... - Vaclav Kotesovec, Mar 11 2020
MATHEMATICA
nmax = 90; CoefficientList[Series[Sum[x^(k^2) Product[(1 + x^j), {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
nmax = 100; p = 1; s = 1; Do[p = Expand[p*(1 + x^k)*x^(2*k - 1)]; p = Take[p, Min[nmax + 1, Exponent[p, x] + 1, Length[p]]]; s += p; , {k, 1, Sqrt[nmax]}]; Take[CoefficientList[s, x], nmax + 1] (* Vaclav Kotesovec, Mar 10 2020 *)
CROSSREFS
Sequence in context: A350738 A053632 A242217 * A124060 A329720 A140194
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 06 2019
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)