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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090360 Satisfies A^3 = BINOMIAL(A090358^2), where A090358^6 = BINOMIAL(A090358^5). 1
1, 1, 5, 53, 855, 18471, 500651, 16334075, 623157898, 27214793210, 1338641476882, 73220527990322, 4408033139790830, 289619155572769806, 20620846574162157750, 1581511116725744872022, 129981009079318502310677 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

COMMENTS

See comments in A090358.

LINKS

Table of n, a(n) for n=0..16.

PROG

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

CROSSREFS

Cf. A090358.

Sequence in context: A036910 A036916 A118583 * A123130 A094089 A196659

Adjacent sequences:  A090357 A090358 A090359 * A090361 A090362 A090363

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Nov 26 2003

STATUS

approved

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 May 22 03:34 EDT 2013. Contains 225511 sequences.