Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121652
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121652 a(n) is the cube of the coefficient of x^n in 1/(1 - x*A(x^3)), where g.f. A(x) = Sum_{n>=0} a(n)*x^n. +0
5
1, 1, 1, 1, 8, 27, 64, 216, 729, 2197, 6859, 21952, 68921, 300763, 1061208, 3375000, 14348907, 54010152, 183250432, 716917375, 2685619000, 9460870875, 38136631896, 142973623989, 507024206424, 2042099126703, 7744763561625 (list; graph; listen)
OFFSET

0,5

FORMULA

a(n) = A121653(n)^3. G.f.: A(x^3) = (1 - 1/B(x) )/x, where B(x) = Sum_{n>=0} a(n)^(1/3)*x^n is the g.f. of A121653.

EXAMPLE

A(x) = 1 + x + x^2 + x^3 + 8*x^4 + 27*x^5 + 64*x^6 + 216*x^7 +...

Take the cube-root of each term, a(n)^(1/3) and

let B(x) be the g.f. of the resulting sequence:

B(x) = 1 + x + x^2 + x^3 + 2*x^4 + 3*x^5 + 4*x^6 + 6*x^7 + 9*x^8 +...

Then 1/B(x) = 1 - x*A(x^3):

1/B(x) = 1 - x - x^4 - x^7 - x^10 - 8*x^13 - 27*x^16 - 64*x^19 -...

PROGRAM

(PARI) {a(n)=if(n==0, 1, sum(k=0, n\3, polcoeff(x^(n-3*k)*(sum(j=0, k, a(j)*x^(3*j))+x*O(x^n))^(n-3*k), n))^3)}

CROSSREFS

Cf. A121653; trisections of A121653: A121654, A121655, A121656; variant: A121648.

Sequence in context: A076969 A050462 A112662 this_sequence A112989 A018832 A030293

Adjacent sequences: A121649 A121650 A121651 this_sequence A121653 A121654 A121655

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 14 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 17 19:39 EST 2009. Contains 170821 sequences.


AT&T Labs Research