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!)
A107090 G.f. A(x) satisfies: A(x)^3 = A(x^3) + 9*x. 2
1, 3, -9, 46, -276, 1827, -12838, 93885, -706878, 5440856, -42608139, 338345586, -2717685006, 22039352340, -180191062062, 1483568585389, -12289222187157, 102343255814052, -856335797389803, 7195400130323322, -60687964204960104, 513600833339124915 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution cube of A107089. Self-convolution cube yields A107091.
LINKS
EXAMPLE
A(x)^3 = 1 + 9*x + 3*x^3 - 9*x^6 + 46*x^9 - 276*x^12 + 1827*x^15 -+...
A(x^3) = 1 + 3*x^3 - 9*x^6 + 46*x^9 - 276*x^12 + 1827*x^15 -+...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=(subst(A, x, x^3)+9*x+x*O(x^n))^(1/3)); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A065407 A180501 A188678 * A190625 A317079 A190627
KEYWORD
sign
AUTHOR
Paul D. Hanna, May 11 2005
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.)