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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132331 G.f.: A(x) = (A_1)^3 where A_1 = 1 + x*(A_3)^3; A_2 = 1 + x^2*(A_3)^3; A_3 = 1 + x^3*(A_4)^3; ... A_n = 1 + x^n*(A_{n+1})^3 for n>=1. 2
1, 3, 3, 10, 18, 18, 72, 93, 141, 381, 423, 990, 1701, 2304, 4998, 7275, 12960, 21195, 34812, 58860, 90576, 163603, 239445, 413964, 669096, 1017918, 1768608, 2639988, 4383036, 6880680, 10911267, 17411292, 26930250, 43797420, 66324909, 107180772 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..35.

FORMULA

Self-convolution cube of A132330.

PROG

(PARI) {a(n)=local(A=1+x*O(x^n)); for(j=0, n-1, A=1+x^(n-j)*A^3); polcoeff(A^3, n)}

CROSSREFS

Cf. A132330 (cube-root); A001764; A095830 (variant).

Sequence in context: A129885 A193965 A024313 * A077899 A049973 A025519

Adjacent sequences:  A132328 A132329 A132330 * A132332 A132333 A132334

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Aug 20 2007

STATUS

approved

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 May 21 10:03 EDT 2013. Contains 225478 sequences.