Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090353
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090353 Satisfies A^4 = BINOMIAL(A^3). +0
6
1, 1, 4, 28, 286, 3886, 66260, 1361972, 32784353, 904412593, 28124223808, 973106096392, 37073604836768, 1541948625066176, 69513081435903392, 3376138396206853792, 175739519606046355540, 9760024269508314079444 (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)^4 = A(x/(1-x))^3/(1-x).

EXAMPLE

A^4 = BINOMIAL(A090355), since A090355=A^3. Also, BINOMIAL(A) = A090354^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^3, x, x/(1-x))/(1-x)+x*O(x^n); A=A-A^4+B); polcoeff(A, n, x))}

CROSSREFS

Cf. A084784, A090351, A090354, A090355, A090356, A090358.

Adjacent sequences: A090350 A090351 A090352 this_sequence A090354 A090355 A090356

Sequence in context: A007559 A138208 A071212 this_sequence A076729 A078634 A091485

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research