Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090351
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090351 Satisfies A^3 = BINOMIAL(A^2). +0
5
1, 1, 3, 15, 108, 1032, 12388, 179572, 3052986, 59555338, 1310677726, 32114051862, 866766965308, 25547102523604, 816335926158372, 28107705687291892, 1037367351120788551, 40852168787823027351, 1709792654612819858341 (list; graph; listen)
OFFSET

0,3

COMMENT

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.

PROGRAM

(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 this_sequence A136221 A110328 A054201

Adjacent sequences: A090348 A090349 A090350 this_sequence A090352 A090353 A090354

KEYWORD

nonn

AUTHOR

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

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research