|
| |
|
|
A090362
|
|
Satisfies A^6 = BINOMIAL(A)^5 and also equals A090358^5.
|
|
1
| |
|
|
1, 5, 40, 460, 7220, 148276, 3831760, 120333680, 4460572870, 190679906990, 9230084185456, 498734395394840, 29740372199558420, 1939241402832412180, 137222625361036807760, 10470376552560151801616, 856818090423771231257245
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| See comments in A090358.
|
|
|
FORMULA
| G.f.: A(x)^6 = A(x/(1-x))^5/(1-x)^5.
|
|
|
PROG
| (PARI) {a(n)=local(A); if(n<0, 0, A=1+x+x*O(x^n); for(k=1, n, B=subst(A, x, x/(1-x))/(1-x)+x*O(x^n); A=A-A^6+B^5); polcoeff(A, n, x))}
|
|
|
CROSSREFS
| Cf. A090358.
Sequence in context: A121886 A052868 A094574 * A201366 A198247 A088695
Adjacent sequences: A090359 A090360 A090361 * A090363 A090364 A090365
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Nov 26 2003
|
| |
|
|