Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090356
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090356 Satisfies A^5 = BINOMIAL(A^4). +0
5
1, 1, 5, 45, 595, 10475, 231255, 6148495, 191276600, 6815243040, 273601200136, 12217471594856, 600580173151560, 32224787998758280, 1873909224391774760, 117388347849375956328, 7880739469498103077588, 564440024187816634143380 (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)^5 = A(x/(1-x))^4/(1-x).

EXAMPLE

A^5 = BINOMIAL(A090357), since A090357=A^4.

PROGRAM

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

CROSSREFS

Cf. A084784, A090353, A090357, A090358.

Sequence in context: A051539 A007696 A090136 this_sequence A112940 A085356 A113382

Adjacent sequences: A090353 A090354 A090355 this_sequence A090357 A090358 A090359

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 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research