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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090351 Satisfies A^3 = BINOMIAL(A^2). 4
1, 1, 3, 15, 108, 1032, 12388, 179572, 3052986, 59555338, 1310677726, 32114051862, 866766965308, 25547102523604, 816335926158372, 28107705687291892, 1037367351120788551, 40852168787823027351, 1709792654612819858341 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

In general, if A^n = BINOMIAL(A^(n-1)), then for all integer m>0 there exists an integer sequence B such that B^d = BINOMIAL(A^m) where d=gcd(m+1,n). Also, coefficients of A(k*x)^n = k-th binomial transform of coefficients in A(k*x)^(n-1) for all k>0.

FORMULA

G.f. satisfies: A(x)^3 = A(x/(1-x))^2/(1-x).

EXAMPLE

A^3 = BINOMIAL(A090352), since A090352=A^2.

PROG

(PARI) {a(n)=local(A); if(n<1, 0, A=1+x+x*O(x^n); for(k=1, n, B=subst(A^2, x, x/(1-x))/(1-x)+x*O(x^n); A=A-A^3+B); polcoeff(A, n, x))}

CROSSREFS

Cf. A084784, A090352, A090353, A090356, A090358.

Sequence in context: A074519 A105618 A120732 * A136221 A153305 A110328

Adjacent sequences:  A090348 A090349 A090350 * A090352 A090353 A090354

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 26 2003

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 17 14:50 EST 2012. Contains 206050 sequences.