Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090361 Satisfies A^2 = BINOMIAL(A090358^3), where A090358^6 = BINOMIAL(A090358^5). 2
1, 2, 12, 130, 2075, 44196, 1183492, 38254712, 1449394470, 62974889140, 3085705347128, 168283580164356, 10107641429213386, 662869582493716400, 47124829795282593000, 3609674673146922124600, 296355186635275737517175 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See comments in A090358.
LINKS
FORMULA
a(n) ~ (n-1)! / (50/3 * (log(6/5))^(n+1)). - Vaclav Kotesovec, Nov 19 2014
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^3, x, x/(1-x))/(1-x)+x*O(x^n); polcoeff(B^(1/2), n, x))}
CROSSREFS
Cf. A090358.
Sequence in context: A214759 A365601 A185751 * A258467 A286422 A073551
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 22:11 EDT 2024. Contains 375284 sequences. (Running on oeis4.)