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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135866 G.f. A(x) satisfies: A(x) = 1 + x*A(9x)^(1/3). 2
1, 1, 3, 72, 17055, 37191123, 731807102304, 129633035920625844, 206676152816612330273175, 2965575655806580962693168234624, 382974905786208201171725242242120141033 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=1+x*subst(A, x, 9*x)^(1/3)); polcoeff(A, n)}

CROSSREFS

Cf. A135863, A135864.

Sequence in context: A071645 A202948 A156908 * A006270 A139888 A079594

Adjacent sequences:  A135863 A135864 A135865 * A135867 A135868 A135869

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 02 2007

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 11:36 EST 2012. Contains 205623 sequences.