login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107091 G.f. A(x) satisfies: A(x) = A(x^3)^(1/3) + 9*x. 2
1, 9, 0, 3, 0, 0, -9, 0, 0, 46, 0, 0, -276, 0, 0, 1827, 0, 0, -12838, 0, 0, 93885, 0, 0, -706878, 0, 0, 5440856, 0, 0, -42608139, 0, 0, 338345586, 0, 0, -2717685006, 0, 0, 22039352340, 0, 0, -180191062062, 0, 0, 1483568585389, 0, 0, -12289222187157, 0, 0, 102343255814052, 0, 0, -856335797389803, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Self-convolution 9-th power of A107089. Self-convolution cube of A107090.

EXAMPLE

A(x) = 1 + 9*x + 3*x^3 - 9*x^6 + 46*x^9 - 276*x^12 + 1827*x^15 -+...

A(x^3)^(1/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^3, x, x^3)+9*x+x*O(x^n))^(1/9)); polcoeff(A^9, n, x)}

CROSSREFS

Cf. A107089, A107090.

Sequence in context: A093767 A199175 A203129 * A200306 A153790 A062523

Adjacent sequences:  A107088 A107089 A107090 * A107092 A107093 A107094

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 11 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:34 EST 2012. Contains 205635 sequences.