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!)
A370149 Expansion of ( (1 + x)*(1 - 11*x)*(1 + 121*x) )^(1/3). 6
1, 37, -1776, 114096, -9165936, 810646320, -76152738288, 7450371782832, -750608233752432, 77319392827405872, -8104270335592602864, 861419406835986019248, -92621128795282877608560, 10055062260891607562940720, -1100545944769838408566122480, 121306087657061323164937678512 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The cube root of F(x) = (1 + x)*(1 - 11*x)*(1 + 121*x) = (1 + 111*x - 1221*x^2 - 1331*x^3) has integer coefficients because F(x) == (1+x)^3 (mod 9).
LINKS
FORMULA
G.f. A(x) = Sum_{n>=0} a(n)*x^n satisfies the following formulas.
(1) A(x)^3 = (1 + x)*(1 - 11*x)*(1 + 121*x) = (1 + 111*x - 1221*x^2 - 1331*x^3).
(2) Product_{n>=1} A( 11^(n-1)*x^n )^3 = Sum_{n>=0} 11^(n*(n-1)/2) * (1 + 11^(2*n+1))/12 * x^(n*(n+1)/2).
a(n) ~ (-1)^(n+1) * 2^(5/3) * 5^(1/3) * 11^(2*n-1) / (3^(1/3) * Gamma(2/3) * n^(4/3)). - Vaclav Kotesovec, Feb 25 2024
EXAMPLE
G.f.: A(x) = 1 + 37*x - 1776*x^2 + 114096*x^3 - 9165936*x^4 + 810646320*x^5 - 76152738288*x^6 + 7450371782832*x^7 - 750608233752432*x^8 + ...
where A(x)^3 = (1 + 111*x - 1221*x^2 - 1331*x^3).
RELATED SERIES.
We have the following infinite product
A(x)^3 * A(11*x^2)^3 * A(11^2*x^3)^3 * A(11^3*x^4)^3 * ... = 1 + 111*x + 147631*x^3 + 2161452161*x^6 + 348104014265601*x^10 + 616687495357008127151*x^15 + ... + 11^(n*(n-1)/2) * (1 + 11^(2*n+1))/12 * x^(n*(n+1)/2) + ...
PROG
(PARI) {a(n) = polcoeff( ( (1 + x)*(1 - 11*x)*(1 + 121*x) +x*O(x^n))^(1/3), n)}
for(n=0, 40, print1(a(n), ", "))
CROSSREFS
Sequence in context: A322097 A260667 A130013 * A088872 A371489 A025762
KEYWORD
sign
AUTHOR
Paul D. Hanna, Feb 25 2024
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 July 16 17:03 EDT 2024. Contains 374358 sequences. (Running on oeis4.)